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
2af82c46
Commit
2af82c46
authored
1 year ago
by
Joshua David Akers
Browse files
Options
Downloads
Patches
Plain Diff
[
PLATFORM-1950
] install zsh-autosuggestions
parent
c2151326
1 merge request
!5
[PLATFORM-1950] install zsh-autosuggestions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
2af82c46
...
@@ -114,7 +114,7 @@ COPY requirements.txt /tmp
...
@@ -114,7 +114,7 @@ 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
\
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 wget
\
dnsutils inetutils-traceroute inetutils-ping netcat wget
\
ca-certificates uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip tmux zsh
&&
\
ca-certificates uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip tmux zsh
zsh-autosuggestions
&&
\
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/kubernetes.gpg 1> /dev/null
&&
\
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
&&
\
echo
"deb https://apt.kubernetes.io/ kubernetes-xenial main"
|
tee
/etc/apt/sources.list.d/kubernetes.list
&&
\
curl https://baltocdn.com/helm/signing.asc | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/helm.gpg 1> /dev/null
&&
\
curl https://baltocdn.com/helm/signing.asc | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/helm.gpg 1> /dev/null
&&
\
...
...
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