diff --git a/Dockerfile b/Dockerfile index 75c6ab3..cdd0a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN chmod +x /goscan && chmod +x /entrypoint.sh RUN curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b /usr/local/bin -USER nobody ENV PATH="/usr/local/go/bin:${PATH}" ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file