Add ca-certificates to Dockerfile
This commit is contained in:
parent
031a1ef7ce
commit
9333c94ef2
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user