1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Use su-exec instead of gosu, much smaller

This commit is contained in:
Thomas Boerger
2016-11-28 17:16:13 +01:00
parent 575dc69e3b
commit 65d0426b91
5 changed files with 9 additions and 9 deletions

View File

@@ -3,9 +3,9 @@ MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk -U add \
gosu@testing \
RUN apk update && \
apk add \
su-exec \
shadow \
ca-certificates \
sqlite \