We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3115ff1 + 869f0af commit e304db0Copy full SHA for e304db0
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM openresty/openresty:1.15.8.3-2-alpine
+FROM openresty/openresty:1.19.9.1-12-alpine
2
3
USER root
4
5
-RUN apk add -v --no-cache bind-tools python py-pip supervisor \
+RUN apk add -v --no-cache bind-tools python3 py-pip py3-urllib3 py3-colorama supervisor \
6
&& mkdir /cache \
7
- && addgroup -g 101 nginx \
8
- && adduser -u 100 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
+ && addgroup -g 110 nginx \
+ && adduser -u 110 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
9
&& pip install --upgrade pip awscli==1.11.183 \
10
&& apk -v --purge del py-pip
11
0 commit comments