Skip to content

Commit

Permalink
.devcontainer builds correctly now
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilsondo committed Nov 12, 2024
1 parent 0b2d0e6 commit 9e9a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive

# Configure apt and install packages
RUN apt-get update \
&& apt-get -y install --no-install-recommends git gcc vim \
&& apt-get -y install --no-install-recommends git g++ vim make\
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit 9e9a4d6

Please sign in to comment.