Skip to content

Commit

Permalink
Add gcc, g++, make
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Feb 5, 2025
1 parent 1df5d51 commit b3cf8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y \
tzdata \
less \
libyaml-dev \
gcc \
g++ \
make \
&& npm install -g yarn \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit b3cf8e5

Please sign in to comment.