add: jq/curl back for certificate renewal checks

This commit is contained in:
Garrett Beasley
2024-04-24 14:57:27 -07:00
parent 79319b614a
commit a1d60ecda3

View File

@@ -19,7 +19,7 @@ RUN chmod +x entrypoint && \
wget -O /opt/velociraptor/windows/velociraptor_client.exe "$WINDOWS_EXE" && \
wget -O /opt/velociraptor/windows/velociraptor_client.msi "$WINDOWS_MSI" && \
# Clean up
apt-get remove -y --purge curl wget jq && \
apt-get remove -y --purge wget && \
apt-get clean
WORKDIR /velociraptor
CMD ["/entrypoint"]