Skip to content

Commit fa42c58

Browse files
committed
fix
1 parent 082bf7f commit fa42c58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ RUN apt-get update \
132132
libmpc3 \
133133
libmpfr6 \
134134
libncurses6 \
135+
libgnat-13 \
135136
libnss-wrapper \
136137
libomp5-17 \
137138
libopenblas0 \
@@ -155,6 +156,7 @@ RUN apt-get update \
155156
libqt6multimedia6 \
156157
libqt6svg6 \
157158
libqt6svgwidgets6 \
159+
libqt6uitools6 \
158160
libre2-10 \
159161
libreadline8 \
160162
libsm6 \
@@ -203,6 +205,8 @@ RUN apt-get update \
203205
tcllib \
204206
tcl-tclreadline \
205207
tk \
208+
binutils \
209+
mold \
206210
gcc \
207211
g++ \
208212
make \

0 commit comments

Comments
 (0)