Skip to content

Commit 233d15a

Browse files
Merge pull request #47 from serlo/fix-ci-dump
Fix CI regarding large file
2 parents 78868b5 + 867fdef commit 233d15a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM mysql:8.0.36-debian
2-
RUN apt-get update && apt-get install -y --no-install-recommends pv \
2+
3+
RUN apt-get update && apt-get install -y --no-install-recommends pv git-lfs \
34
# Clean up the apt cache by removing /var/lib/apt/lists
45
&& rm -rf /var/lib/apt/lists/* \
56
# Clear out the local repository of retrieved package files

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)