Skip to content

Commit

Permalink
Nerf "extended-system-tools" variante for now
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB committed Jul 30, 2024
1 parent bbaa6b8 commit aabe43e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/common/install-common-system-tools.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{{# if ($DISTRO === 'debian'): }}
RUN DEBIAN_FRONTEND=noninteractive apt-get update
RUN apt-get -y install \
build-essential \
{{# if (isset($extendedSystemTools)): }}
git \
libcurl4-openssl-dev \
{{# endif }}
curl
build-essential \
curl \
git \
libcurl4-openssl-dev
RUN rm -rf /var/lib/apt/lists/*
{{# elseif ($DISTRO === 'fedora'): }}
RUN dnf -y update
Expand Down

0 comments on commit aabe43e

Please sign in to comment.