Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ACIDES
Hepto
k3s
Commits
8a64610d
Commit
8a64610d
authored
Oct 20, 2020
by
kaiyou
Committed by
kaiyou
Dec 31, 2020
Browse files
Fix a typo in the Dockerfile
parent
597860d6
Pipeline
#3748
passed with stage
in 8 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8a64610d
...
...
@@ -25,6 +25,6 @@ RUN scripts/package-cli
# Prepare the result image
FROM
alpine:latest
RUN
apk
-U
--no-cache
add libseccomp iptables ip6tables socat ethtool pigz coreutils findutils bash
COPY
--from=0 /go/src/github.com/rancher/k3s/dist/artifacts/k3s /go/src/github.com/racher/k3s/package/entrypoint.sh /usr/local/bin/
COPY
--from=0 /go/src/github.com/rancher/k3s/dist/artifacts/k3s /go/src/github.com/ra
n
cher/k3s/package/entrypoint.sh /usr/local/bin/
ENTRYPOINT
["/usr/local/bin/entrypoint.sh"]
Write
Preview
Supports
Markdown
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