Skip to content

Commit

Permalink
Fix JDK 21 for Centos6
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Oct 26, 2023
1 parent d26a845 commit 023897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile21.centos6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gatlingcorp/centos:6-gcc5

RUN rm -vf /usr/lib64/libstdc++.so.6.0.24-gdb.py
RUN rm -vf /usr/lib64/libstdc++.so.6.0.21-gdb.py

RUN yum -y install \
git
Expand Down

0 comments on commit 023897e

Please sign in to comment.