We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaaad3 commit eee4c6cCopy full SHA for eee4c6c
Dockerfile
@@ -9,7 +9,6 @@ WORKDIR /src
9
# Requirements
10
RUN apk add --no-cache ca-certificates build-base patch cmake git perl libtool autoconf automake \
11
libatomic_ops-dev zlib-dev luajit-dev pcre-dev linux-headers yajl-dev libxml2-dev lua5.1-dev && \
12
- mkdir /src && \
13
# Openssl
14
git clone --recursive https://github.com/quictls/openssl /src/openssl && \
15
cd /src/openssl && \
0 commit comments