Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix: Remove unrecognized unzip version (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Aug 26, 2021
1 parent 8966ef2 commit 5d36276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graderservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=python:3.8
FROM "${BASE_IMAGE}"

RUN apt-get update \
&& apt-get install unzip=6.0-23+deb10u2 -y --no-install-recommends \
&& apt-get install unzip -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 5d36276

Please sign in to comment.