Skip to content
Snippets Groups Projects
Commit 477c4910 authored by meskio's avatar meskio :tent:
Browse files

We need the ca certificates in the docker image

parent 48ca55ab
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,10 @@ FROM debian
ENV ASSETS_PATH="/assets"
ENV DB_PATH="/data/cicer.db"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y ca-certificates
COPY --from=go_build /src/cicer /cicer
COPY --from=js_build /src/build /assets
......
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