Skip to content

Commit

Permalink
More dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 16, 2024
1 parent 4a273fb commit df6e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
RUN apt-get update && \
apt-get install -y curl zip unzip git wget docker.io \
clang-13 clang-14 clang-15 clang-format-13 clang-format-14 clang-format-15 clang-tidy-13 clang-tidy-14 clang-tidy-15 \
openssl build-essential make gcc gcc-10 gcc-11 gcc-12 && \
openssl libssl-dev pkg-config build-essential make gcc gcc-10 gcc-11 gcc-12 && \
rm -rf /var/lib/apt/lists/*

USER runner
Expand Down

0 comments on commit df6e7ef

Please sign in to comment.