Skip to content

Commit ae3ae98

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ 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=3.16.3-1ubuntu1.20.04.1 \
8888
libjson-perl \
8989
libdigest-crc-perl \
9090
&& curl -sSL https://get.haskellstack.org/ | sh \

0 commit comments

Comments
 (0)