Commit c28e1d84 authored by nanahira's avatar nanahira

Revert "remove not-used cargo"

This reverts commit 8b7e0230.
parent 8b7e0230
Pipeline #3437 canceled with stages
in 10 seconds
......@@ -14,6 +14,8 @@ RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
git clone --recursive https://github.com/google/ngx_brotli.git && \
cd nginx-$NGINX_VERSION && \
patch -p01 < ../quiche/extras/nginx/nginx-1.16.patch && \
curl https://sh.rustup.rs -sSf | sh -s -- -y -q && \
export PATH="$HOME/.cargo/bin:$PATH" && \
./configure \
--prefix=$NGINX_PATH \
--sbin-path=/usr/sbin/nginx \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment