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 b1b9b4c commit f2308acCopy full SHA for f2308ac
docker/build_ubuntu-22.04/Dockerfile
@@ -2,6 +2,7 @@ FROM ubuntu:22.04
2
RUN \
3
dpkg --add-architecture i386 && \
4
apt-get update && \
5
+ apt-get install -y --only-upgrade ca-certificates && \
6
apt-get install -y \
7
cmake \
8
ninja-build \
0 commit comments