Skip to content

Commit

Permalink
So geht's
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff authored Oct 9, 2023
1 parent 777c08d commit f93cdc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM ruby:2.6.3-stretch

RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list \
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 - \
Expand Down

0 comments on commit f93cdc9

Please sign in to comment.