File tree Expand file tree Collapse file tree
o/openresty/Dockerfiles/1.27.1.2-alpine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ RUN apk add --no-cache --virtual .build-deps \
128128 zlib-dev \
129129 ${RESTY_ADD_PACKAGE_BUILDDEPS} \
130130 && apk add --no-cache \
131- gd \
132131 geoip \
133132 libgcc \
134133 libxslt \
@@ -199,6 +198,7 @@ RUN apk add --no-cache --virtual .build-deps \
199198 && find /usr/local/openresty/nginx -type f -perm -u+x -exec strip --strip-unneeded '{}' \; ; \
200199 fi \
201200 && apk del .build-deps \
201+ && apk upgrade --no-cache \
202202 && mkdir -p /var/run/openresty \
203203 && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log \
204204 && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ cd 1.27.1.2-alpine
1414### 2. Build the Docker image
1515
1616``` bash
17- docker build -t openresty-ppc64le:1.27.1.2-alpine .
17+ docker build -t openresty-ppc64le:1.27.1.2-11- alpine .
1818```
You can’t perform that action at this time.
0 commit comments