Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdm-nextcloud
ansible-containers
Commits
879da94b
Unverified
Commit
879da94b
authored
Feb 21, 2022
by
Ansgar Burchardt
Browse files
host: set permissions of ssh-keygen.service
parent
29916bfa
Pipeline
#7985
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containers/host/Dockerfile
View file @
879da94b
...
...
@@ -17,7 +17,7 @@ RUN apt-get update \
&&
apt-get clean
&&
rm
-rf
/var/cache/apt/
*
/var/lib/apt/lists/
*
\
&&
rm
-f
/etc/ssh/ssh_host_
*
_key
*
/usr/sbin/policy-rc.d
COPY
ssh-keygen.service /etc/systemd/system/
COPY
--chmod=0444
ssh-keygen.service /etc/systemd/system/
RUN
systemctl
enable
ssh-keygen.service
ENTRYPOINT
["/lib/systemd/systemd"]
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment