Skip to content

Commit

Permalink
Paketsourcen für Stretch sind jetzt unter "archive"
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff authored Oct 9, 2023
1 parent af375ea commit d1a92dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 \
&& 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 d1a92dc

Please sign in to comment.