Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_environments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalci_environments
Merge requests
!51
Issue
#3487621
by andypost, cmlara: Add jq and yq packages to images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3487621
by andypost, cmlara: Add jq and yq packages to images
issue/drupalci_environments-3487621:3487621-jq
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Andrey Postnikov
requested to merge
issue/drupalci_environments-3487621:3487621-jq
into
dev
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Related to
#3487621
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
eda60e51
1 commit,
1 month ago
2 files
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
php/8.3-ubuntu-apache/Dockerfile
+
1
−
0
Options
@@ -184,6 +184,7 @@ RUN set -xe &&\
@@ -184,6 +184,7 @@ RUN set -xe &&\
rsync
\
rsync
\
unzip
\
unzip
\
xz-utils
\
xz-utils
\
yq
\
"
&&
\
"
&&
\
apt-get
install
-qy
--no-install-recommends
$buildDeps
$runDeps
&&
\
apt-get
install
-qy
--no-install-recommends
$buildDeps
$runDeps
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
Loading