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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user