Remove build-deps from container post-build

This commit is contained in:
Kienan Stewart 2022-10-02 15:38:26 -04:00
parent 43e97d4db7
commit 6ed6c495d7
1 changed files with 3 additions and 3 deletions

View File

@ -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