Skip to content

Commit

Permalink
Cleanup after apt
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jan 18, 2024
1 parent 7a5dba5 commit fd4822d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ RUN apt-get install -y \
python3-cryptography \
python3-rpm \
python3-setuptools \
python3-urllib3
python3-urllib3 && \
rm -rf /var/lib/apt/lists/* && \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

COPY --from=downloader /osc /usr/src/osc

Expand Down

0 comments on commit fd4822d

Please sign in to comment.