Skip to content

Commit

Permalink
downgrade sys
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan committed Nov 13, 2023
1 parent 64bf189 commit 0b3db91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM debian:bookworm-slim
FROM debian:bullseye-slim
ARG SCC_OPT=/opt
WORKDIR ${SCC_OPT}
COPY . sysu-scc-spack-repo
Expand All @@ -8,7 +8,7 @@ RUN <<EOF
apt-get update -y
apt-get upgrade -y
apt-get install --no-install-recommends -y \
clang-14 python3 \
clang-11 python3 \
make patch bash \
tar gzip unzip bzip2 xz-utils \
file git ca-certificates
Expand Down

0 comments on commit 0b3db91

Please sign in to comment.