File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN set -x \
3030 && nginxPackages="%%PACKAGES%%
3131 " \
3232 && case "$dpkgArch" in \
33- amd64|i386| arm64) \
33+ amd64|arm64) \
3434# arches officialy built by upstream
3535 echo "deb %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \
3636 && apt-get update \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN set -x \
4141 nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
4242 " \
4343 && case "$dpkgArch" in \
44- amd64|i386| arm64) \
44+ amd64|arm64) \
4545# arches officialy built by upstream
4646 echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list \
4747 && apt-get update \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN set -x \
4040 nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
4141 " \
4242 && case "$dpkgArch" in \
43- amd64|i386| arm64) \
43+ amd64|arm64) \
4444# arches officialy built by upstream
4545 echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list \
4646 && apt-get update \
You can’t perform that action at this time.
0 commit comments