Skip to content

Commit

Permalink
Install ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov committed Nov 1, 2023
1 parent fe93b58 commit 59e4565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive

ARG BAZELISK_VER=1.17.0
ARG BAZELISK_VER=1.18.0
ARG GCC_VER=11
ARG CLANG_VER=14

RUN apt update && apt-get install -y --no-install-recommends \
ca-certificates \
clang-$CLANG_VER \
curl \
gcc-$GCC_VER \
Expand Down

0 comments on commit 59e4565

Please sign in to comment.