summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 2d47a18ba6..02e22e801d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,7 @@ MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000
-RUN apk update && \
- apk add \
+RUN apk -U --no-cache add \
su-exec \
ca-certificates \
sqlite \
@@ -14,10 +13,8 @@ RUN apk update && \
s6 \
curl \
openssh \
- tzdata && \
- rm -rf \
- /var/cache/apk/* && \
- addgroup \
+ tzdata
+RUN addgroup \
-S -g 1000 \
git && \
adduser \