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
|
# shared-mime-info ref: https://vtex.slack.com/archives/CE16Q9XRT/p1616716948056900
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
watchman \
|
|
||||||
git \
|
git \
|
||||||
build-base \
|
build-base \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ ActiveAdmin.register User do
|
|||||||
column :name
|
column :name
|
||||||
column :created_at
|
column :created_at
|
||||||
actions
|
actions
|
||||||
|
|
||||||
actions
|
|
||||||
end
|
end
|
||||||
|
|
||||||
filter :email
|
filter :email
|
||||||
|
|||||||
Reference in New Issue
Block a user