Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WuK authored Feb 13, 2024
1 parent 806c378 commit 178db5b
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
ARG BASE_IMAGE=ubuntu:22.04
ARG BASE_IMAGE=debian:bookwork-slim # ubuntu:22.04
FROM ${BASE_IMAGE}
ARG SCC_OPT=/opt
WORKDIR ${SCC_OPT}
Expand All @@ -10,7 +10,7 @@ apt-get update -y
apt-get upgrade -y
apt-get install --no-install-recommends -y \
python3 patch tar gzip bzip2 xz-utils \
file ca-certificates make bash binutils libstdc++-11-dev
file ca-certificates make bash binutils libstdc++-12-dev
apt-get autoremove -y
apt-get clean -y
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 178db5b

Please sign in to comment.