Skip to content

Commit e304db0

Browse files
Merge pull request #22 from ag-TJNII/TJNII-openresty-1.19
Upgrade to openresty/openresty:1.19.9.1-12-alpine
2 parents 3115ff1 + 869f0af commit e304db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM openresty/openresty:1.15.8.3-2-alpine
1+
FROM openresty/openresty:1.19.9.1-12-alpine
22

33
USER root
44

5-
RUN apk add -v --no-cache bind-tools python py-pip supervisor \
5+
RUN apk add -v --no-cache bind-tools python3 py-pip py3-urllib3 py3-colorama supervisor \
66
&& mkdir /cache \
7-
&& addgroup -g 101 nginx \
8-
&& adduser -u 100 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
7+
&& addgroup -g 110 nginx \
8+
&& adduser -u 110 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
99
&& pip install --upgrade pip awscli==1.11.183 \
1010
&& apk -v --purge del py-pip
1111

0 commit comments

Comments
 (0)