Merge pull request #163 from ffawkes/master

Remove build dependencies from image
This commit is contained in:
Tianon Gravi 2020-07-03 09:26:06 -07:00 committed by GitHub
commit ea20f356a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -25,14 +25,16 @@ ENV HTTPD_PATCHES=""
RUN set -eux; \
\
runDeps=' \
apr-dev \
apr \
apr-util \
apr-util-dbm_db \
apr-util-dev \
apr-util-ldap \
perl \
'; \
apk add --no-cache --virtual .build-deps \
$runDeps \
apr-dev \
apr-util-dev \
ca-certificates \
coreutils \
dpkg-dev dpkg \