Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit e57d49a

Browse files
committed
Remove git from Docker image
Since we use an archive url now, rather than git, we no longer need git to be installed.
1 parent 54fa5d2 commit e57d49a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ FROM python:3.9-slim
44
ENV PIP_NO_CACHE_DIR=false \
55
POETRY_VIRTUALENVS_CREATE=false
66

7-
# Git is required to install a pinned version of d.py master
8-
RUN apt-get update && apt-get install -y \
9-
git \
10-
&& rm -rf /var/lib/apt/lists/*
11-
127
# Install poetry
138
RUN pip install -U poetry
149

0 commit comments

Comments
 (0)