Skip to content

Commit

Permalink
URBIBBNA-23 Dockerfile
Browse files Browse the repository at this point in the history
Backport der Änderungen wegen alter Debian-Version
  • Loading branch information
epam-vkerkhoff committed Jan 15, 2024
1 parent 9387bb6 commit 599d2d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM ruby:2.6.3-stretch

RUN apt-get update \
RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list \
&& sed -i s/security.debian.org/archive.debian.org/g /etc/apt/sources.list \
&& sed -i '/stretch-updates/d' /etc/apt/sources.list \
&& sed -i 's/stable\/updates/stable-security\/updates/' /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y curl apt-transport-https ca-certificates \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
Expand Down

0 comments on commit 599d2d0

Please # to comment.