Curl Install

This commit is contained in:
stebifan 2018-04-01 17:13:05 +02:00
parent 0470e990cf
commit 89158b7398

View File

@ -1,5 +1,9 @@
FROM ubuntu:16.04
#Install curl
RUN apt-get update && apt-get install -y curl
# Install yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list