Skip to content

Commit edb95ae

Browse files
author
Andras Fekete
committed
Clear out remnants of old code
1 parent 085b789 commit edb95ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/wolfCLU/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu as BUILDER
33

44
ARG DEPS_WOLFSSL="build-essential autoconf libtool zlib1g-dev libuv1-dev libpam0g-dev git libpcap-dev libcurl4-openssl-dev bsdmainutils netcat-traditional iputils-ping bubblewrap"
55
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y apt-utils \
6-
&& apt install -y ${DEPS_WOLFSSL} ${DEPS_LIBOQS} \
6+
&& apt install -y ${DEPS_WOLFSSL} \
77
&& apt clean -y && rm -rf /var/lib/apt/lists/*
88

99
ARG NUM_CPU=16

0 commit comments

Comments
 (0)