Skip to content

Commit 0eb717b

Browse files
committed
Add gcc
1 parent f022e46 commit 0eb717b

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
@@ -48,6 +48,7 @@ RUN \
4848
echo "**** install build packages ****" && \
4949
apt-get update && \
5050
apt-get install -y \
51+
gcc \
5152
git \
5253
libre2-dev \
5354
pkg-config \
@@ -63,6 +64,7 @@ RUN \
6364
libre2-10 && \
6465
echo "**** cleanup ****" && \
6566
apt-get purge -y \
67+
gcc \
6668
git \
6769
libre2-dev \
6870
pkg-config \

0 commit comments

Comments
 (0)