Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolekaplan committed Aug 30, 2023
1 parent 47fc2da commit dd3ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile-screener
Expand Up @@ -51,7 +51,7 @@ RUN apt update
RUN apt install -y lsb-base lsb-release ./mysql-apt-config_0.8.23-1_all.deb

RUN curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
RUN apt-get install mariadb-server mariadb-client -y
RUN apt-get update && apt-get install mariadb-server mariadb-client -y
VOLUME ["/etc/mysql", "/var/lib/mysql"]
EXPOSE 3306

Expand Down

0 comments on commit dd3ad2d

Please sign in to comment.