We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bdc75 commit 1c9804bCopy full SHA for 1c9804b
Dockerfile
@@ -2,6 +2,8 @@
2
FROM ruby:2.6.4
3
4
# 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
7
RUN apt-get update && \
8
apt-get install -y locales
9
RUN dpkg-reconfigure locales && \
0 commit comments