Skip to content

Commit 1c9804b

Browse files
committed
Modify Dockerfile to deal with archived buster
1 parent f6bdc75 commit 1c9804b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
FROM ruby:2.6.4
33

44
# Install program to configure locales
5+
RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list
6+
RUN sed -i 's|security.debian.org|archive.debian.org|g' /etc/apt/sources.list
57
RUN apt-get update && \
68
apt-get install -y locales
79
RUN dpkg-reconfigure locales && \

0 commit comments

Comments
 (0)