Skip to content

Commit

Permalink
Update dockerfile-screener
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolekaplan committed Aug 30, 2023
1 parent 897e794 commit f6f22f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile-screener
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ EXPOSE 28015
ENV DEBIAN_FRONTEND="noninteractive"
RUN wget http://repo.mysql.com/mysql-apt-config_0.8.23-1_all.deb
RUN apt update
RUN apt install -y lsb-release ./mysql-apt-config_0.8.23-1_all.deb
RUN apt install lsb-base lsb-release ./mysql-apt-config_0.8.23-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 f6f22f7

Please sign in to comment.