Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 21, 2020
1 parent 08dc9de commit ae1432f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ RUN wget -qO /s6 \
&& git clone https://github.com/net-daemon/admin.git /admin \
&& cd /admin \
&& git checkout tags/1.0.0 \
&& make deploy
&& make deploy \
\
&& rm -fr /var/lib/apt/lists/* \
&& rm -fr /tmp/* /var/{cache,log}/*

# Set default values of NetDaemon env
ENV \
Expand Down

0 comments on commit ae1432f

Please sign in to comment.