mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-17 17:42:43 +02:00
update script
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
39e618c3cb
commit
aab90b457e
@ -58,7 +58,7 @@ RUN buildDeps=' \
|
|||||||
' \
|
' \
|
||||||
&& set -x \
|
&& set -x \
|
||||||
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
||||||
&& curl -sL https://deb.nodesource.com/setup | bash - \
|
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
|
||||||
&& apt-get update && apt-get install -y nodejs --no-install-recommends \
|
&& apt-get update && apt-get install -y nodejs --no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& curl -sSL https://az764295.vo.msecnd.net/stable/66f37fd2a99eb9d628dd374d81d78835b410c39b/code_${CODE_VERSION}-1473686317_amd64.deb -o /tmp/vs.deb \
|
&& curl -sSL https://az764295.vo.msecnd.net/stable/66f37fd2a99eb9d628dd374d81d78835b410c39b/code_${CODE_VERSION}-1473686317_amd64.deb -o /tmp/vs.deb \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user