Add renovate.json
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y curl wget cabextract xfonts-utils libfontenc1 xfonts-encodings fonts-droid-fallback \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -SL http://ftp.se.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb \
|
||||
RUN curl -SL http://ftp.se.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.8.1_all.deb \
|
||||
-o /tmp/msttfont.deb \
|
||||
&& dpkg --install /tmp/msttfont.deb \
|
||||
&& rm /tmp/msttfont.deb
|
||||
|
||||
Reference in New Issue
Block a user