Skip to content

Commit

Permalink
Fixes dnf -> yum (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Mar 14, 2024
1 parent 640be0d commit 214840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN yum -y install java-11-openjdk \
&& yum clean all

COPY rpm/target/rpm/com.teragrep-pth_05/RPMS/x86_64/com.teragrep-pth_05-*.rpm /pth_05.rpm
RUN yum install -y /pth_05.rpm && rm -f /pth_05.rpm && dnf clean all
RUN yum install -y /pth_05.rpm && rm -f /pth_05.rpm && yum clean all

ENV PTH_05_ENDPOINT="http://0.0.0.0:8080"
ENV PTH_05_CREDENTIALS_FILE="/opt/teragrep/pth_05/etc/credentials.json"
Expand Down

0 comments on commit 214840b

Please sign in to comment.