Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Sep 17, 2024
1 parent 8d671d1 commit 3c7a6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM perl:5.38
FROM perl:5.40

# Add MySQL APT Repository
RUN apt-get update
RUN apt-get install -y lsb-release debconf-utils cpanminus
ADD https://dev.mysql.com/get/mysql-apt-config_0.8.30-1_all.deb .
RUN DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.30-1_all.deb
ADD https://dev.mysql.com/get/mysql-apt-config_0.8.32-1_all.deb .
RUN DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.32-1_all.deb

RUN apt-get update
RUN apt-get install -y libmysqlclient-dev
Expand Down

0 comments on commit 3c7a6ba

Please sign in to comment.