Skip to content

Commit

Permalink
Dockerfile: skip apt autoremove
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Sep 22, 2021
1 parent 55601d5 commit b95256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && \
git submodule add https://github.com/OCR-D/assets.git repo/assets && \
make build-olena install clean-olena && \
apt-get -y remove $DEPS && \
apt-get -y autoremove && apt-get clean && \
apt-get clean && \
rm -fr /build-olena

WORKDIR /data
Expand Down

0 comments on commit b95256e

Please sign in to comment.