apt-transport-https install

This commit is contained in:
stebifan 2018-04-01 17:15:31 +02:00
parent 89158b7398
commit a2b3a19325

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
#Install curl
RUN apt-get update && apt-get install -y curl
RUN apt-get update && apt-get install -y curl apt-transport-https
# Install yarn