Skip to content

Commit

Permalink
W-13897522: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzxu committed Aug 9, 2023
1 parent b1f6f69 commit 0f068dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN yum update -y && \
RUN yum install -y gcc-c++ gcc make libtool automake autoconf make python3-devel

RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems && \
curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo && \
curl -L -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo && \
yum update -y && \
yum install -y zulu-11 \
python3 \
Expand All @@ -35,7 +35,7 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems && \
yum clean all

# Install aiohttp required by the script
RUN pip3 install aiohttp
RUN pip3 install --upgrade pip && pip3 install aiohttp

# Ensure crontab starts
RUN /sbin/chkconfig crond on && \
Expand Down

0 comments on commit 0f068dd

Please sign in to comment.