Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit ba9fda7

Browse files
committed
⚡️ (docker) apt clean
1 parent f22c95b commit ba9fda7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get -y upgrade
44
RUN apt-get install -y pkg-config libicu-dev
55
RUN apt-get install -y libleveldb-dev
66

7+
RUN apt-get autoremove -y && apt-get clean
8+
79
RUN pip install -q -U pip setuptools
810
RUN pip install -q --no-binary=:pyicu: pyicu
911

0 commit comments

Comments
 (0)