Skip to content

Commit

Permalink
Revert openvpn base image to debian bullseye (open-quantum-safe#207)
Browse files Browse the repository at this point in the history
* revert openvpn to bullseye as base image
  • Loading branch information
baentsch authored Jun 15, 2023
1 parent 450226a commit 7622c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG MAKE_DEFINES="-j 4"
# Default KEM algorithms to be utilized
ARG KEM_ALGLIST="kyber768:p384_kyber768"

FROM debian as intermediate
FROM debian:bullseye as intermediate
# Take in all global args
ARG INSTALLDIR
ARG LIBOQS_BUILD_DEFINES
Expand Down Expand Up @@ -72,7 +72,7 @@ RUN libtoolize --force && aclocal && autoheader && automake --force-missing --ad
CFLAGS="-I$OPENSSL3_DIR/include -Wl,-rpath=$OPENSSL3_DIR/lib64 -L$OPENSSL3_DIR/lib64" ./configure --prefix=${INSTALLDIR} --disable-lz4 && make ${MAKE_DEFINES} && make check && make install

## second stage: Only create minimal image without build tooling and intermediate build results generated above:
FROM debian:stable-slim
FROM debian:bullseye-slim
# Take in all global args
ARG INSTALLDIR
ARG OPENVPNDIR
Expand Down

0 comments on commit 7622c77

Please sign in to comment.