fix vscode

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-08 00:51:20 -07:00
parent d3f4ea910c
commit 53934a2b92
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -49,7 +49,7 @@ ENV HOME /home/user
RUN useradd --create-home --home-dir $HOME user \
&& chown -R user:user $HOME
ENV CODE_VERSION 1.5.3
ENV CODE_VERSION 1.5.3-1474533365
# download the source
RUN buildDeps=' \
ca-certificates \
@ -61,7 +61,7 @@ RUN buildDeps=' \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get update && apt-get install -y nodejs --no-install-recommends \
&& 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/5be4091987a98e3870d89d630eb87be6d9bafd27/code_${CODE_VERSION}_amd64.deb" -o /tmp/vs.deb \
&& dpkg -i /tmp/vs.deb \
&& rm -rf /tmp/vs.deb \
&& apt-get purge -y --auto-remove $buildDeps