mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update and fix nomad
Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
parent
86e66cdc21
commit
149950d5e7
|
@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|||
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash -
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gcc \
|
||||
|
|
Loading…
Reference in New Issue
Block a user