clean go cache after compile (Docker)

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346 2022-07-31 22:28:51 +02:00
parent 140be4e9dd
commit 11a156e4e3

View File

@ -11,4 +11,5 @@ EXPOSE 6893
RUN go build -o segfautilities
RUN chmod +x segfautilities
RUN go clean -modcache
CMD ["./segfautilities"]