diff --git a/Containerfile b/Containerfile index 690a5d7..b8a2534 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ No newline at end of file