Skip to content

Commit

Permalink
from install to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 21, 2023
1 parent bec89ee commit 416c124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ ENV APP_USER=mysql

# For Prisma scans:
RUN apt-get update && \
apt-get install -y openssl libksba8
apt-get upgrade -y openssl libksba8

# For Prisma scans:
RUN rm -rf /usr/local/bin/gosu

USER $APP_USER

0 comments on commit 416c124

Please sign in to comment.