Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Sep 26, 2023
1 parent b52bfb3 commit 0f784b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions save-deploy/base-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN rm -rf /var/lib/apt/lists/*
# clang-12 can only be installed to ubuntu and is only needed for GSAC contest
RUN if [ "$BASE_IMAGE_NAME" = "ubuntu" ]; then \
apt-get update && env DEBIAN_FRONTEND="noninteractive" apt-get install clang-12 clang-format libclang-12-dev
fi

# Fixme: https://github.com/saveourtool/save-cloud/issues/352
RUN if [ "$BASE_IMAGE_NAME" = "python" ]; then \
Expand Down

0 comments on commit 0f784b9

Please sign in to comment.