diff --git a/Dockerfile b/Dockerfile index eb7b056..4270e7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ COPY Gemfile* package.json yarn.lock $APP_PATH # shared-mime-info ref: https://vtex.slack.com/archives/CE16Q9XRT/p1616716948056900 RUN apk update && \ apk add --no-cache \ - watchman \ git \ build-base \ postgresql-dev \ diff --git a/app/admin/users.rb b/app/admin/users.rb index 963fbaa..b94d78b 100644 --- a/app/admin/users.rb +++ b/app/admin/users.rb @@ -32,8 +32,6 @@ ActiveAdmin.register User do column :name column :created_at actions - - actions end filter :email