Curl Install
This commit is contained in:
parent
0470e990cf
commit
89158b7398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user