Skip to content

Commit

Permalink
Feat: Install build-essential on all images
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Mar 30, 2023
1 parent 889db1b commit 08e5317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down
1 change: 1 addition & 0 deletions src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down
1 change: 1 addition & 0 deletions src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down

0 comments on commit 08e5317

Please sign in to comment.