File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM nginx-s3-gateway
66RUN set -eux \
77 export DEBIAN_FRONTEND=noninteractive; \
88 apt-get update -qq; \
9- apt-get install --no-install-recommends --no-install-suggests --yes make gcc libc6-dev curl expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev libpcre2-posix2; \
9+ apt-get install --no-install-recommends --no-install-suggests --yes make gcc libc6-dev curl expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev libpcre2-posix2 libxml2-dev libxslt1-dev ; \
1010 mkdir -p /tmp/nginx /tmp/njs-latest; \
1111 curl --retry 6 --location "https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" \
1212 | gunzip | tar --extract --strip-components=1 --directory /tmp/nginx; \
You can’t perform that action at this time.
0 commit comments