add shadow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-14 16:31:33 +02:00
parent cc429768fd
commit b8b6d04023
2 changed files with 3 additions and 2 deletions

View File

@ -65,11 +65,12 @@ FROM php:${PHP_VERSION}
ARG ENVIRONMENT=production
# install system libs
RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libzip
RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libzip shadow
# Install apps
RUN apk add --no-cache wget curl bash git openssh supervisor nginx openssl zip
ENV DIR /var/www
ENV DOCKERIZE_VERSION v0.6.1