Add ca-certificates to Dockerfile

This commit is contained in:
Peter Stuifzand 2018-01-29 22:32:27 +01:00
parent 031a1ef7ce
commit 9333c94ef2

View File

@ -1,4 +1,5 @@
FROM ubuntu
RUN apt-get -y update && apt-get install -y ca-certificates
ADD ./hubserver /usr/local/bin
EXPOSE 80
ENTRYPOINT ["/usr/local/bin/hubserver"]