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:
authorRussell Dickenson <rdickenson@gitlab.com>2022-05-09 02:02:54 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2022-05-09 02:02:54 +0300
commit8d30e5a7bdfaa7c59ea85715474acaae796cee7d (patch)
tree5893800cf0a6e3776cfb060a742093e1838bdf1f
parentbfafa2693aac522883b587cac3e0e4ae93f4c684 (diff)
parent6217fbe8cf745cbb1878fbf4c0045763e468aa92 (diff)
Merge branch 'eread/prefix-new-commands' into 'main'
Prefix new commands in images with RUN See merge request gitlab-org/gitlab-docs!2631
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint-html2
2 files changed, 2 insertions, 2 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index e079591c..1789d541 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -32,4 +32,4 @@ RUN apk add --no-cache -U \
RUN echo 'gem: --no-document' >> /etc/gemrc
# Update RubyGems
-gem update --system 3.3.13
+RUN gem update --system 3.3.13
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint-html b/dockerfiles/Dockerfile.gitlab-docs-lint-html
index fd9261cf..12529e2e 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint-html
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint-html
@@ -39,7 +39,7 @@ RUN apk add --no-cache -U \
RUN echo 'gem: --no-document' >> /etc/gemrc
# Update RubyGems
-gem update --system 3.3.13
+RUN gem update --system 3.3.13
# Set up needed environment variables that are called with --build-arg when
# the Docker image is built (see .gitlab-ci.yml).