From a2b3a193253cc59f97c4d71f6a9703a21450ff18 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 1 Apr 2018 17:15:31 +0200 Subject: [PATCH] apt-transport-https install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53a677e..3b17e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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