forked from external-repos/velociraptor-docker
add: jq/curl back for certificate renewal checks
This commit is contained in:
@@ -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.exe "$WINDOWS_EXE" && \
|
||||||
wget -O /opt/velociraptor/windows/velociraptor_client.msi "$WINDOWS_MSI" && \
|
wget -O /opt/velociraptor/windows/velociraptor_client.msi "$WINDOWS_MSI" && \
|
||||||
# Clean up
|
# Clean up
|
||||||
apt-get remove -y --purge curl wget jq && \
|
apt-get remove -y --purge wget && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
WORKDIR /velociraptor
|
WORKDIR /velociraptor
|
||||||
CMD ["/entrypoint"]
|
CMD ["/entrypoint"]
|
||||||
|
Reference in New Issue
Block a user