clean go cache after compile (Docker)
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
@ -11,4 +11,5 @@ EXPOSE 6893
|
||||
|
||||
RUN go build -o segfautilities
|
||||
RUN chmod +x segfautilities
|
||||
RUN go clean -modcache
|
||||
CMD ["./segfautilities"]
|
Reference in New Issue
Block a user