Skip to content

Commit

Permalink
fix: 'add-apt-repository: command not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
lcenchew committed Sep 14, 2020
1 parent aba76a1 commit 3e80ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
vim \
jq \
npm \
software-properties-common \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit 3e80ef2

Please sign in to comment.