Skip to content

Commit

Permalink
remove mysql from publish image
Browse files Browse the repository at this point in the history
  • Loading branch information
jddicki2 committed Aug 14, 2024
1 parent ff5e2cd commit 659eef2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
# Add required packages
RUN apt-get update -y && \
apt-get install curl sudo lsb-release inetutils-tools sqlite3 vim -y
RUN wget https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb
RUN DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.24-1_all.deb
RUN apt-get update
RUN apt install -y mysql-client

COPY --from=perl-build scot.perl.install.tar.gz /app/scot.perl.install.tar.gz

Expand Down

0 comments on commit 659eef2

Please sign in to comment.