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 72c560e commit ec6e49eCopy full SHA for ec6e49e
1 file changed
Dockerfile-centos-api
@@ -50,7 +50,9 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
50
yum group install -y "Development Tools" && \
51
yum install -y epel-release && \
52
yum install -y pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 libXScrnSaver.x86_64 libXrandr.x86_64 GConf2.x86_64 alsa-lib.x86_64 atk.x86_64 gtk3.x86_64 xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc && \
53
- yum install -y https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-2.el8.noarch.rpm && \
+ curl -L -O -J "https://box.tools.count.ly/public.php/dav/files/Wj8opzNdyE5DyDX/?accept=zip" && \
54
+ yum install -y raven-release.el8.noarch.rpm && \
55
+ yum install -y ipa-gothic-fonts && \
56
yum install -y wget openssl-devel make git libsqlite* sqlite unzip bzip2 && \
57
# modify standard distribution
58
./bin/docker/modify.sh && \
0 commit comments