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