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:
authorAnatoli Babenia <anatoli@rainforce.org>2023-07-04 21:01:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-07-04 21:01:02 +0300
commitba5c1fde95c752ef337ced71e99050a36746e3f0 (patch)
treebb5f09a33ee17d13783138df1330c5ae59e0c931 /.gitpod.Dockerfile
parentfa87a67409e4ce6210431cccd422e837d74b9dca (diff)
Install lefthook tools in Gitpod image
Diffstat (limited to '.gitpod.Dockerfile')
-rw-r--r--.gitpod.Dockerfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index bdb3e95f..3297cf8a 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -1,5 +1,4 @@
-FROM gitpod/workspace-full:2023-04-26-16-17-17
-USER gitpod
+FROM gitpod/workspace-full:2023-05-08-21-16-55
# Install Ruby version 3.2.2 and set it as default.
# Required when the base Gitpod Docker image doesn't provide the version of Ruby we want.
@@ -11,3 +10,8 @@ RUN _ruby_version=ruby-3.2.2 \
rvm use ${_ruby_version} --default" \
&& printf "rvm_gems_path=/workspace/.rvm" > ~/.rvmrc \
&& printf "{ rvm use \$(rvm current); } >/dev/null 2>&1\n" >> "$HOME/.bashrc.d/70-ruby"
+
+RUN brew install hadolint
+
+# hadolint ignore=DL3004,DL3059
+RUN sudo install-packages yamllint shellcheck