Skip to content

Commit

Permalink
✏️ Mysql needs wget
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Dec 8, 2024
1 parent 6fec7af commit 6bdb398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backups/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ENV MYSQL_PASSWORD=""

RUN curl -L --output mysql-apt-confg.deb https://dev.mysql.com/get/mysql-apt-config_0.8.33-1_all.deb && \
apt-get update && \
apt-get install -y lsb-release && \
apt-get install -y lsb-release wget && \
dpkg -i ./mysql-apt-confg.deb && \
rm -f mysql-apt-confg.deb

Expand Down

0 comments on commit 6bdb398

Please sign in to comment.