Skip to content
Snippets Groups Projects
Commit fe4765c4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

using latest alpine 3 and updating ca-certificates

parent d0de6197
No related branches found
No related tags found
1 merge request!22Resolve "Increase readability of Proxy URLs"
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
FROM alpine:3.11.3 FROM alpine:3
RUN apk add --update \ RUN apk add --update \
nginx \ nginx \
...@@ -21,7 +21,8 @@ RUN apk add --update \ ...@@ -21,7 +21,8 @@ RUN apk add --update \
php7-dom \ php7-dom \
php7-fileinfo \ php7-fileinfo \
php7-redis \ php7-redis \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/* \
&& update-ca-certificates
WORKDIR /html WORKDIR /html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment