Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Added wget package
Browse files Browse the repository at this point in the history
  • Loading branch information
xWiiLLz committed Jul 18, 2019
1 parent 8dba819 commit 891b857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/elm/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update \
#
# Verify git and needed tools are installed
&& apt-get install -y git procps \
&& apt-get install -y wget \
#
# Install elm globally
&& wget -O - https://github.com/elm/compiler/releases/download/0.19.0/binary-for-linux-64-bit.gz | gunzip -c > /usr/local/bin/elm && chmod +x /usr/local/bin/elm \
Expand Down

0 comments on commit 891b857

Please sign in to comment.