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