Skip to content

Commit

Permalink
Remove unused apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olof-nord committed Dec 9, 2021
1 parent d357860 commit 08fda7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.mariadb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:impish

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server gettext-base -y && \
DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server -y && \
rm -rf /var/lib/apt/lists/*

RUN mkdir /var/run/mysqld && \
Expand Down

0 comments on commit 08fda7a

Please sign in to comment.