Skip to content

Commit

Permalink
Update Dockerfile-QUIC
Browse files Browse the repository at this point in the history
Signed-off-by: PI <[email protected]>
  • Loading branch information
pi-314159 authored Aug 23, 2024
1 parent f7fdfce commit 3488ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/Dockerfile-QUIC
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest AS build
ARG NGINX_VERSION=1.26.2

RUN apt update && apt upgrade -y && mkdir /home/build && cd /home/build && \
apt install -y g++ make git libssl-dev libpcre3 libpcre3-dev build-essential zlib1g-dev wget && \
apt install -y g++ make git libpcre3 libpcre3-dev build-essential zlib1g-dev wget && \
# liboqs deps
liboqs_pkgs="cmake gcc ninja-build libunwind-dev pkg-config python3" && apt install -y $liboqs_pkgs && \
# Download liboqs
Expand All @@ -20,7 +20,7 @@ RUN apt update && apt upgrade -y && mkdir /home/build && cd /home/build && \
# Download nginx
wget https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz -O nginx.tgz && tar xvf nginx.tgz && mv nginx-${NGINX_VERSION} nginx && \
# build nginx
cd nginx-${NGINX_VERSION} && \
cd nginx && \
./configure \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
Expand Down

0 comments on commit 3488ef5

Please sign in to comment.