mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Remove useless dependencies
This commit is contained in:
parent
9b12975070
commit
c6a49bd4df
@ -2,8 +2,8 @@ FROM jedisct1/alpine-runit:latest
|
||||
MAINTAINER Frank Denis
|
||||
ENV SERIAL 1
|
||||
|
||||
ENV BUILD_DEPS make gcc musl-dev git ldns-dev libevent-dev expat-dev shadow autoconf file libexecinfo-dev
|
||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-tools libevent expat libtool libexecinfo coreutils drill
|
||||
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file
|
||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-tools libevent expat libexecinfo coreutils drill
|
||||
|
||||
RUN set -x && \
|
||||
apk --update upgrade && apk add $RUNTIME_DEPS $BUILD_DEPS
|
||||
|
Loading…
Reference in New Issue
Block a user