Skip to content

Commit cc77a49

Browse files
authored
Update Dockerfile: remove software-properties-common
1 parent 4288b63 commit cc77a49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
88
build-essential \
99
curl \
1010
git \
11-
software-properties-common \
1211
&& rm -rf /var/lib/apt/lists/*
1312

1413
RUN pip3 install -r requirements.txt --no-cache-dir

0 commit comments

Comments
 (0)