Dockerfile: install ca-certificates in the final image
Closes https://gitlab.com/commento/commento-ce/issues/65
This commit is contained in:
parent
6ed44db56b
commit
199e650147
@ -54,6 +54,8 @@ COPY --from=frontend-build /commento-ce/frontend/build/prod/images/* /commento-c
|
|||||||
COPY --from=templates-build /commento-ce/templates/build/prod/templates/ /commento-ce/templates/
|
COPY --from=templates-build /commento-ce/templates/build/prod/templates/ /commento-ce/templates/
|
||||||
COPY --from=db-build /commento-ce/db/build/prod/db/ /commento-ce/db/
|
COPY --from=db-build /commento-ce/db/build/prod/db/ /commento-ce/db/
|
||||||
|
|
||||||
|
RUN apk update && apk add ca-certificates --no-cache
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
WORKDIR /commento-ce/
|
WORKDIR /commento-ce/
|
||||||
|
Loading…
Reference in New Issue
Block a user