summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Dockerfile b/Dockerfile
index 68ef646..757e47c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,16 +8,7 @@ ENV GID=992
 
 WORKDIR /barkeep
 
-RUN apk -U upgrade \
- && apk add -t build-dependencies \
-               build-base \
-               postgresql-dev \
- && apk add tini \
-            ca-certificates \
-            tzdata \
- && update-ca-certificates \
- && rm -rf /tmp/* /var/cache/apk/* \
- && addgroup -g ${GID} barkeep \
+RUN addgroup -g ${GID} barkeep \
  && adduser -h /barkeep -s /bin/sh -D -G barkeep -u ${UID} barkeep
 
 COPY package.json index.js yarn.lock /barkeep/