Skip to content

Commit cbaf1f8

Browse files
committed
FIX: Git
1 parent b354380 commit cbaf1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG CONDA_DIR="/opt/conda/"
1414

1515
# install xvfb
1616
RUN apt-get update && \
17-
apt-get install -y wget && \
17+
apt-get install -y --no-install-recommends wget git && \
1818
apt-get clean && \
1919
rm -rf /var/lib/apt/lists/*
2020

0 commit comments

Comments
 (0)