mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add gcc, g++, make
This commit is contained in:
parent
1df5d514e1
commit
b3cf8e50fc
1 changed files with 3 additions and 0 deletions
|
|
@ -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/* \
|
||||
|
|
|
|||
Loading…
Reference in a new issue