Skip to content

Commit

Permalink
Merge branch 'master' into Replace-release-bot-with-GH-app
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Dec 4, 2024
2 parents 9121968 + 9eb7ea5 commit e6a8d33
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ RUN apt-get -qq update \
dirmngr \
gnupg \
git \
jq \
python3-packaging \
python3-venv \
rsync \
ruby-full \
jq \
unzip \
maven \
&& apt-get clean \
Expand All @@ -54,8 +55,11 @@ RUN : \
&& rm /tmp/packages-microsoft-prod.deb \
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
&& echo "deb [arch=amd64] https://download.docker.com/linux/debian ${VERSION_CODENAME} stable" >> /etc/apt/sources.list \
&& curl -fsSL https://packages.erlang-solutions.com/debian/erlang_solutions.asc | apt-key add - \
&& echo 'deb https://packages.erlang-solutions.com/debian bullseye contrib' >> /etc/apt/sources.list \
# Note we use the Erlang Solutions-provided binaries as the ones in Debian were too old
# This may have changed and we may want to revert back to official Debian packages
# See https://www.erlang-solutions.com/downloads/#
&& curl -fsSL https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc | apt-key add - \
&& 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 \
Expand Down

0 comments on commit e6a8d33

Please sign in to comment.