mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
-Ofast -> -O3
This commit is contained in:
parent
f8c0b88152
commit
0b3a917317
@ -3,7 +3,7 @@ LABEL maintainer="Frank Denis"
|
|||||||
SHELL ["/bin/sh", "-x", "-c"]
|
SHELL ["/bin/sh", "-x", "-c"]
|
||||||
ENV SERIAL 12
|
ENV SERIAL 12
|
||||||
|
|
||||||
ENV CFLAGS=-Ofast
|
ENV CFLAGS=-O3
|
||||||
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
|
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
|
||||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
|
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user