Remove build dependencies from image
This commit is contained in:
parent
6f891de80f
commit
f5ef4cc849
|
|
@ -25,14 +25,16 @@ ENV HTTPD_PATCHES=""
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
runDeps=' \
|
runDeps=' \
|
||||||
apr-dev \
|
apr \
|
||||||
|
apr-util \
|
||||||
apr-util-dbm_db \
|
apr-util-dbm_db \
|
||||||
apr-util-dev \
|
|
||||||
apr-util-ldap \
|
apr-util-ldap \
|
||||||
perl \
|
perl \
|
||||||
'; \
|
'; \
|
||||||
apk add --no-cache --virtual .build-deps \
|
apk add --no-cache --virtual .build-deps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
|
apr-dev \
|
||||||
|
apr-util-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
coreutils \
|
coreutils \
|
||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue