mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Add a few essential packages
This commit is contained in:
parent
af926483a1
commit
04d5590a4e
@ -3,7 +3,7 @@ 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 libressl ldns ldns-tools libevent expat libtool libexecinfo coreutils drill findutils bash
|
||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-tools libevent expat libtool libexecinfo coreutils drill
|
||||
|
||||
RUN set -x && \
|
||||
apk --update upgrade && apk add $RUNTIME_DEPS $BUILD_DEPS
|
||||
|
Loading…
Reference in New Issue
Block a user