mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Clean up temporary installation files
This commit is contained in:
parent
fbde654da3
commit
3fec0dad32
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ RUN curl --retry 6 -Ls https://github.com/go-task/task/releases/download/v${TASK
|
|||
&& chmod +x /tmp/task \
|
||||
&& mv /tmp/task /usr/local/bin/task
|
||||
|
||||
# Clean up temporary installation files
|
||||
RUN rm -rf /tmp/*
|
||||
|
||||
## Final image
|
||||
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION}
|
||||
LABEL maintainer="GitLab Distribution Team" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue