Skip to content

Commit

Permalink
[docker] refs #27 Don't use VS_EXTENSIONS in CLI image
Browse files Browse the repository at this point in the history
- Remove VS_EXTENSIONS as build arg
- Remove install of Visual Studio Code if VS_EXTENSIONS is present
  • Loading branch information
stdevYuniers committed Dec 27, 2018
1 parent 063ce0e commit 42f5253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/images/dev-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM $IMAGE_FROM

ARG BDATE
ARG SCOMMIT
ARG VS_EXTENSIONS

# Image labels (see ./hooks/build for ARGS)
LABEL "org.label-schema.name"="libskycoin-dotnet" \
Expand Down Expand Up @@ -42,7 +41,6 @@ RUN apt update \
nuget \
referenceassemblies-pcl \
dotnet-sdk-2.2 \
&& for ext in $VS_EXTENSIONS; do code --user-data-dir $HOME --install-extension $ext; done \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* /tmp/*

Expand Down

0 comments on commit 42f5253

Please sign in to comment.