Update Dockerfile
This commit is contained in:
parent
c94557f2ed
commit
666f180482
|
@ -16,7 +16,7 @@ COPY default.conf /etc/nginx/conf.d/
|
||||||
|
|
||||||
RUN addgroup -S ${group} -g ${gid} && \
|
RUN addgroup -S ${group} -g ${gid} && \
|
||||||
adduser -D -S ${user} -G ${group} -u ${uid} && \
|
adduser -D -S ${user} -G ${group} -u ${uid} && \
|
||||||
apk --update add python3 libldap postgresql-client nginx supervisor curl tzdata bash && \
|
apk --update add python3 libldap postgresql-client nginx supervisor curl tzdata openssl bash && \
|
||||||
apk --update add --virtual build-dependencies \
|
apk --update add --virtual build-dependencies \
|
||||||
git \
|
git \
|
||||||
tar \
|
tar \
|
||||||
|
|
Loading…
Reference in New Issue