Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #360 from kabanero-io/latest-dave
Browse files Browse the repository at this point in the history
clean up MySQL from UBI
  • Loading branch information
davco01a authored Apr 30, 2021
2 parents 8ca9a85 + 7f78a11 commit 65f5ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions incubator/nodejs-express/image/Dockerfile-stack
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LABEL vendor="Kabanero" \
description="This image contains the Kabanero development stack for the Nodejs Express collection"

USER root
RUN rm -rf /etc/my.cnf
RUN rm -rf /etc/my.cnf.d
RUN yum install --disableplugin=subscription-manager python2 -y
RUN ln -s /usr/bin/python2 /usr/bin/python

Expand Down
2 changes: 2 additions & 0 deletions incubator/nodejs/image/Dockerfile-stack
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LABEL vendor="Kabanero" \
description="This image contains the Kabanero development stack for the Nodejs collection"

USER root
RUN rm -rf /etc/my.cnf
RUN rm -rf /etc/my.cnf.d
RUN yum install --disableplugin=subscription-manager python2 -y
RUN ln -s /usr/bin/python2 /usr/bin/python

Expand Down

0 comments on commit 65f5ebe

Please sign in to comment.