Skip to content

Commit

Permalink
Dockerfile: enable services via systemd presets
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Feb 23, 2023
1 parent d8d606b commit 232a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN cat /etc/os-release \
&& rpm-ostree --version \
&& ostree --version \
&& cp -irvf overlay.d/*/* / \
&& systemctl enable gcp-routes gcp-hostname \
&& systemctl preset-all \
&& cp -irvf bootstrap / \
&& cp -irvf manifests / \
&& cp -ivf crio.repo /etc/yum.repos.d/ \
Expand Down

0 comments on commit 232a4a8

Please sign in to comment.