Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-02-23 20:29:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-02-23 20:29:14 +0300
commit302296237af037552b3b9bb9936aa545df8fa645 (patch)
tree9111086a46d5f8efcf3bd01fd1644ee86a65d3be /Dockerfile.master
parentc366de8b0f67b3cd0e48446689f821df0b399459 (diff)
Remove unneeded removal or tmp dir
The tmp dir won't be included in the final image, so no need to remove it in the first place.
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index 5a7902c0..3416ccd5 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -29,9 +29,6 @@ RUN /scripts/compress_images.sh /source/public ee
# https://gitlab.com/gitlab-org/gitlab-docs/issues/418
RUN cd /source/public/ && rm -rf ce && ln -s ee ce
-# Remove tmp dir to save some space
-RUN rm -rf /source/tmp
-
# BUILD OF MASTER DOCS IS NOW DONE!
# Reset to alpine so we don't get any docs source or extra apps