Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoineausf committed Jul 5, 2023
1 parent b80db44 commit 9ef280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 && \
yum update -y && \
yum install -y zulu-11 \
yum install -y zulu11-jdk \
python3 \
perl-URI-Encode \
perl-Data-Dumper && \
Expand Down

0 comments on commit 9ef280d

Please sign in to comment.