We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78868b5 + 867fdef commit 233d15aCopy full SHA for 233d15a
Dockerfile
@@ -1,5 +1,6 @@
1
FROM mysql:8.0.36-debian
2
-RUN apt-get update && apt-get install -y --no-install-recommends pv \
+
3
+RUN apt-get update && apt-get install -y --no-install-recommends pv git-lfs \
4
# Clean up the apt cache by removing /var/lib/apt/lists
5
&& rm -rf /var/lib/apt/lists/* \
6
# Clear out the local repository of retrieved package files
VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
0 commit comments