Skip to content

Commit d3d44c6

Browse files
committed
feat: include gcc in the dev system
1 parent aaf48bf commit d3d44c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ RUN \
4040
libjpeg62-dev \
4141
libgirepository-2.0-dev \
4242
patch \
43+
gcc \
44+
g++ \
4345
&& apt-get clean \
4446
&& rm -rf /root/.cache /tmp/* /var/lib/apt/lists/*

0 commit comments

Comments
 (0)