Skip to content

Commit

Permalink
The Gee-En-U Compiler Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 16, 2024
1 parent 76beb6c commit d042452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM ghcr.io/actions/actions-runner:2.311.0
USER root

RUN apt-get update && \
apt-get install -y curl zip unzip git wget docker.io && \
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 \
build-essential make gcc gcc-10 gcc-11 gcc-12 && \
rm -rf /var/lib/apt/lists/*

USER runner
Expand Down

0 comments on commit d042452

Please sign in to comment.