Skip to content

Commit

Permalink
Merge pull request #354 from Contrast-Security-OSS/kickoff-ecr-push
Browse files Browse the repository at this point in the history
Update mysql in dockerfile-screener
  • Loading branch information
jcolekaplan committed Mar 7, 2024
2 parents f938f7e + 2a0167c commit 7fe6cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Dockerfile-screener
Expand Up @@ -44,9 +44,9 @@ EXPOSE 28015

# Install MySQL Database
ENV DEBIAN_FRONTEND="noninteractive"
RUN wget http://repo.mysql.com/mysql-apt-config_0.8.23-1_all.deb
RUN wget http://repo.mysql.com/mysql-apt-config_0.8.29-1_all.deb
RUN apt update
RUN apt install -y lsb-release ./mysql-apt-config_0.8.23-1_all.deb
RUN apt install -y lsb-release ./mysql-apt-config_0.8.29-1_all.deb
RUN apt install mariadb-server mariadb-client -y
VOLUME ["/etc/mysql", "/var/lib/mysql"]
EXPOSE 3306
Expand Down

0 comments on commit 7fe6cfc

Please sign in to comment.