remove watchman from dockerfile

This commit is contained in:
João Geonizeli
2022-08-04 19:24:37 -03:00
parent eff96cd102
commit 9917441fe4
2 changed files with 0 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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