Skip to content

Commit ac4a407

Browse files
authored
Merge pull request #7430 from Countly/raven-release-fix-2
Raven release fix 2
2 parents 8ba2959 + 6beb030 commit ac4a407

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile-centos-api

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
5252
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 && \
5353
curl -L -O -J "https://box.tools.count.ly/public.php/dav/files/Wj8opzNdyE5DyDX/?accept=zip" && \
5454
yum install -y raven-release.el8.noarch.rpm && \
55-
yum install -y ipa-gothic-fonts && \
5655
yum install -y wget openssl-devel make git libsqlite* sqlite unzip bzip2 && \
5756
# modify standard distribution
5857
./bin/docker/modify.sh && \

bin/countly.install_rhel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ if [[ "$CENTOS_MAJOR" = "9" ]]; then
5353
else
5454
curl -L -O -J "https://box.tools.count.ly/public.php/dav/files/Wj8opzNdyE5DyDX/?accept=zip"
5555
sudo yum install -y raven-release.el8.noarch.rpm
56-
sudo yum install -y ipa-gothic-fonts
5756
fi
5857

5958
#Install dependancies required by the puppeteer

0 commit comments

Comments
 (0)