1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-06-09 13:36:13 +02:00

Install runit-helper instead of runit-systemd

This commit is contained in:
Frank Denis 2019-09-23 20:10:47 +02:00
parent 96dfc096ae
commit 7afe4ec9c0

View File

@ -5,7 +5,7 @@ ENV SERIAL 3
ENV CFLAGS=-Ofast ENV CFLAGS=-Ofast
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl1.1 ldnsutils libevent-2.1 expat coreutils ca-certificates runit runit-systemd ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl1.1 ldnsutils libevent-2.1 expat coreutils ca-certificates runit runit-helper
RUN apt-get update; apt-get -qy dist-upgrade; apt-get -qy clean RUN apt-get update; apt-get -qy dist-upgrade; apt-get -qy clean
RUN apt-get install -qy --no-install-recommends $RUNTIME_DEPS RUN apt-get install -qy --no-install-recommends $RUNTIME_DEPS