Skip to content

Commit f2308ac

Browse files
authored
Update Dockerfile
1 parent b1b9b4c commit f2308ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/build_ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM ubuntu:22.04
22
RUN \
33
dpkg --add-architecture i386 && \
44
apt-get update && \
5+
apt-get install -y --only-upgrade ca-certificates && \
56
apt-get install -y \
67
cmake \
78
ninja-build \

0 commit comments

Comments
 (0)