rm: version + server_url

- No longer used after discussing with Wes further.
This commit is contained in:
Garrett Beasley
2022-05-06 09:42:34 -07:00
parent c4021bbec9
commit 5e8865a87a
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ FROM ubuntu:20.04
LABEL version="Velociraptor v0.6.4"
LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert"
ENV VERSION="0.6.4 "
COPY ./entrypoint .
RUN chmod +x entrypoint && \
apt-get update && \