remove watchman from dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -32,8 +32,6 @@ ActiveAdmin.register User do
|
||||
column :name
|
||||
column :created_at
|
||||
actions
|
||||
|
||||
actions
|
||||
end
|
||||
|
||||
filter :email
|
||||
|
||||
Reference in New Issue
Block a user