Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Sep 19, 2024
1 parent 2eef7ef commit 4d7de78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-microsoft-openjdk/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN yum upgrade -y \
&& yum install -y curl ca-certificates openssl git tar sqlite fontconfig freetype libstdc++.so.6 freetype-devel lsof build-essential tzdata iproute \
&& yum install -y curl ca-certificates openssl git tar sqlite fontconfig freetype libstdc++ freetype-devel lsof build-essential tzdata iproute \
git gcc gcc-c++ automake make libtool \
&& yum clean all \
&& rm -rf /var/cache/yum \
Expand Down

0 comments on commit 4d7de78

Please sign in to comment.