Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 23, 2025
1 parent c37cc59 commit ac85f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ARG OQSPROVIDER_VER=0.8.0

WORKDIR /src
# Requirements
#RUN apk upgrade --no-cache -a && \
RUN apk add --no-cache ca-certificates build-base cmake git libtool autoconf automake perl bash \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates build-base cmake git libtool autoconf automake perl bash \
libatomic_ops-dev zlib-dev luajit-dev pcre2-dev linux-headers yajl-dev libxml2-dev libxslt-dev curl-dev lmdb-dev libfuzzy2-dev lua5.1-dev lmdb-dev geoip-dev libmaxminddb-dev
# Openssl
RUN git clone https://github.com/quictls/openssl --branch "$OPENSSL_VER" /usr/local/openssl
Expand Down

0 comments on commit ac85f27

Please sign in to comment.