We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082bf7f commit fa42c58Copy full SHA for fa42c58
Dockerfile
@@ -132,6 +132,7 @@ RUN apt-get update \
132
libmpc3 \
133
libmpfr6 \
134
libncurses6 \
135
+ libgnat-13 \
136
libnss-wrapper \
137
libomp5-17 \
138
libopenblas0 \
@@ -155,6 +156,7 @@ RUN apt-get update \
155
156
libqt6multimedia6 \
157
libqt6svg6 \
158
libqt6svgwidgets6 \
159
+ libqt6uitools6 \
160
libre2-10 \
161
libreadline8 \
162
libsm6 \
@@ -203,6 +205,8 @@ RUN apt-get update \
203
205
tcllib \
204
206
tcl-tclreadline \
207
tk \
208
+ binutils \
209
+ mold \
210
gcc \
211
g++ \
212
make \
0 commit comments