Skip to content

Commit

Permalink
revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Dec 4, 2024
1 parent b4786ed commit fa0b003
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ ENV DEBIAN_FRONTEND=noninteractive \

RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \
apt-transport-https \
build-essential \
curl \
default-jdk-headless \
dirmngr \
gnupg \
git \
python3-packaging \
python3-venv \
ruby-full \
jq \
unzip \
maven \
apt-transport-https \
build-essential \
curl \
default-jdk-headless \
dirmngr \
gnupg \
git \
python3-packaging \
python3-venv \
ruby-full \
jq \
unzip \
maven \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -61,12 +61,12 @@ RUN : \
&& echo "deb https://binaries2.erlang-solutions.com/debian bullseye-elixir-1.15 contrib" >> /etc/apt/sources.list \
&& apt-get update -qq \
&& apt-get install -y --no-install-recommends \
dotnet-sdk-9.0 \
dotnet-sdk-8.0 \
docker-ce-cli \
docker-buildx-plugin \
erlang \
elixir \
dotnet-sdk-9.0 \
dotnet-sdk-8.0 \
docker-ce-cli \
docker-buildx-plugin \
erlang \
elixir \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y \
Expand Down

0 comments on commit fa0b003

Please sign in to comment.