Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 committed Sep 26, 2023
1 parent 8dc378b commit 9b0410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save-deploy/base-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 \
apt-get update && env DEBIAN_FRONTEND="noninteractive" apt-get install -y clang-12 clang-format libclang-12-dev; \
fi

# Fixme: https://github.com/saveourtool/save-cloud/issues/352
Expand Down

0 comments on commit 9b0410e

Please sign in to comment.