Skip to content

Commit 8008560

Browse files
authored
Raven rpm repo update
1 parent 2a14067 commit 8008560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-centos-api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
4545
yum group install -y "Development Tools" && \
4646
yum install -y epel-release && \
4747
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 && \
48-
yum install -y https://pkgs.dyn.su/el8/base/x86_64/raven-release-1.0-2.el8.noarch.rpm && \
48+
yum install -y https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-2.el8.noarch.rpm && \
4949
yum install -y wget openssl-devel make git libsqlite* sqlite unzip bzip2 && \
5050
# modify standard distribution
5151
./bin/docker/modify.sh && \
@@ -74,4 +74,4 @@ USER 1001:0
7474

7575
ENTRYPOINT ["/usr/bin/tini", "-v", "--"]
7676

77-
CMD ["/opt/countly/bin/docker/cmd.sh"]
77+
CMD ["/opt/countly/bin/docker/cmd.sh"]

0 commit comments

Comments
 (0)