Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open
helm_ci
Commits
658ec5a2
Commit
658ec5a2
authored
10 months ago
by
v.kistanov
Browse files
Options
Download
Email Patches
Plain Diff
Update Dockerfile
parent
d6096691
neat
No related merge requests found
Pipeline
#103628
failed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
Dockerfile
with
3 additions
and
2 deletions
+3
-2
Dockerfile
View file @
658ec5a2
...
...
@@ -11,8 +11,9 @@ RUN apt update && apt install -y --no-install-recommends curl git-crypt ca-certi
FROM
mirror.gcr.io/perl:5.38.0-bookworm
FROM
mirror.gcr.io/debian:12
RUN
curl
-sSL
https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | bash
&&
\
apt update
&&
apt
install
-y
--no-install-recommends
git-crypt ca-certificates curl kubectl-neat
&&
\
RUN
apt update
&&
apt
install
-y
--no-install-recommends
git-crypt ca-certificates curl
&&
\
curl
-sSL
https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | bash
&&
\
apt
-y
install
kube-neat
&&
\
apt purge perl-base
-y
--allow-remove-essential
&&
\
rm
-rf
/var/lib/apt/lists/
*
COPY
--from=1 /usr/local/bin /usr/bin
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help