Skip to content

Commit 700870a

Browse files
committed
Fix cmake version, because of some rust dependencies
1 parent 88a908b commit 700870a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ RUN \
8484
python3.10 python3.10-dev python3.10-distutils \
8585
python3.11 python3.11-dev python3.11-distutils \
8686
dpkg-dev \
87-
cmake \
87+
cmake-data=3.16.3-1ubuntu1.20.04.1 \
88+
cmake=3.16.3-1ubuntu1.20.04.1 \
8889
libjson-perl \
8990
libdigest-crc-perl \
9091
&& curl -sSL https://get.haskellstack.org/ | sh \

0 commit comments

Comments
 (0)