Remove build-deps from container post-build
This commit is contained in:
parent
43e97d4db7
commit
6ed6c495d7
|
@ -16,7 +16,7 @@ RUN cp target/release/haunter /usr/local/bin/haunter
|
|||
WORKDIR /var/lib/haunter
|
||||
RUN rm -rf /src
|
||||
# Other cleanup
|
||||
# RUN apt-get purge cargo -y
|
||||
# RUN apt-get autoremove --purge -y
|
||||
# RUN apt-get clean
|
||||
RUN apt-get purge cargo pkg-config build-essential -y
|
||||
RUN apt-get autoremove --purge -y
|
||||
RUN apt-get clean
|
||||
CMD /usr/local/bin/haunter
|
Loading…
Reference in New Issue