Skip to content

Commit 711a563

Browse files
authored
Cleanup apt in Dockerfile (#168)
1 parent 08dc9de commit 711a563

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ RUN wget -qO /s6 \
2323
&& git clone https://github.com/net-daemon/admin.git /admin \
2424
&& cd /admin \
2525
&& git checkout tags/1.0.0 \
26-
&& make deploy
26+
&& make deploy \
27+
\
28+
&& rm -fr /var/lib/apt/lists/* \
29+
&& rm -fr /tmp/* /var/{cache,log}/*
2730

2831
# Set default values of NetDaemon env
2932
ENV \

0 commit comments

Comments
 (0)