Skip to content

Commit

Permalink
update stretch repo
Browse files Browse the repository at this point in the history
  • Loading branch information
meiji163 authored Oct 10, 2023
1 parent abd515f commit e707ba0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.packaging
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM golang:1.17-stretch

# Update stretch repositories
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e '/stretch-updates/d' /etc/apt/sources.list

RUN apt-get update
RUN apt-get install -y ruby ruby-dev rubygems build-essential
RUN gem install --no-ri --no-rdoc fpm
Expand Down

0 comments on commit e707ba0

Please sign in to comment.