Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workstation
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Common Platform
Public Images
workstation
Commits
79a931c1
Commit
79a931c1
authored
1 year ago
by
Brandon Booker
Committed by
Morgan Hoffman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
PLATFORM-1950
- add network utils
parent
14bc72a0
Branches
Branches containing commit
1 merge request
!3
PLATFORM-1950 - add network utils
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
79a931c1
...
...
@@ -113,6 +113,7 @@ COPY entrypoint.sh /
COPY
requirements.txt /tmp
RUN
apt-get clean
&&
apt-get update
&&
apt-get
install
-y
curl unzip locales sshpass git jq vim
sudo
apt-transport-https
\
dnsutils inetutils-traceroute inetutils-ping netcat
\
ca-certificates uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip tmux
&&
\
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/kubernetes.gpg 1> /dev/null
&&
\
echo
"deb https://apt.kubernetes.io/ kubernetes-xenial main"
|
tee
/etc/apt/sources.list.d/kubernetes.list
&&
\
...
...
@@ -122,7 +123,7 @@ RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales ssh
echo
"deb https://proget.makedeb.org prebuilt-mpr jammy"
|
tee
/etc/apt/sources.list.d/prebuilt-mpr.list
&&
\
curl https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/trivy.gpg 1> /dev/null
&&
\
echo
"deb https://aquasecurity.github.io/trivy-repo/deb jammy main"
|
tee
-a
/etc/apt/sources.list.d/trivy.list
&&
\
apt-get clean
&&
apt-get update
&&
apt-get
install
-y
kubectl
=
1.26.3-00
inetutils-ping
\
apt-get clean
&&
apt-get update
&&
apt-get
install
-y
kubectl
=
1.26.3-00
\
git jq ca-certificates vim
sudo
uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip
\
curl unzip locales sshpass silversearcher-ag helm glab trivy pinentry-tty bash-completion
&&
\
pip3
install
-r
/tmp/requirements.txt
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment