We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b14e2 commit dec76b6Copy full SHA for dec76b6
1 file changed
Dockerfile
@@ -48,7 +48,9 @@ RUN \
48
echo "**** install build packages ****" && \
49
apt-get update && \
50
apt-get install -y --no-install-recommends \
51
+ build-essential \
52
clang \
53
+ cmake \
54
gcc \
55
git \
56
libre2-dev \
@@ -64,7 +66,9 @@ RUN \
64
66
libre2-10 && \
65
67
echo "**** cleanup ****" && \
68
apt-get purge -y \
69
70
71
72
73
74
0 commit comments