mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
Change mv action of client binaries to rsync -a
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
FROM ubuntu:18.04
|
||||
LABEL version="Velociraptor v0.5.1"
|
||||
LABEL version="Velociraptor v0.6.1"
|
||||
LABEL description="Velociraptor server in a Docker container"
|
||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||
ENV VERSION="0.5.1"
|
||||
ENV VERSION="0.6.1"
|
||||
COPY ./entrypoint .
|
||||
RUN chmod +x entrypoint && \
|
||||
apt-get update && \
|
||||
apt-get install -y curl wget jq && \
|
||||
apt-get install -y curl wget jq rsync && \
|
||||
# Create dirs for Velo binaries
|
||||
mkdir -p /opt/velociraptor && \
|
||||
for i in linux mac windows; do mkdir -p /opt/velociraptor/$i; done && \
|
||||
|
Reference in New Issue
Block a user