Skip to content

Commit 659eef2

Browse files
committed
remove mysql from publish image
1 parent ff5e2cd commit 659eef2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
6969
# Add required packages
7070
RUN apt-get update -y && \
7171
apt-get install curl sudo lsb-release inetutils-tools sqlite3 vim -y
72-
RUN wget https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb
73-
RUN DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.24-1_all.deb
74-
RUN apt-get update
75-
RUN apt install -y mysql-client
7672

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

0 commit comments

Comments
 (0)