Skip to content

Commit d551306

Browse files
committed
removed cargo dependency
1 parent a392f62 commit d551306

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ RUN apt update && \
244244
245245
246246
# Install Python packages
247-
RUN apt install --yes cargo `# For jellyfish, via lib50` && \
248-
pip3 install --no-cache-dir \
247+
RUN pip3 install --no-cache-dir \
249248
autopep8 \
250249
cachelib \
251250
"check50<4" \

0 commit comments

Comments
 (0)