Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scp to fedora #2154

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/Dockerfile.kairos-rhel
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN dnf install -y \
lvm2 \
nano \
openssh-server \
openssh-clients \
parted \
polkit \
qemu-guest-agent \
Expand Down
3 changes: 2 additions & 1 deletion images/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN dnf install -y \
lvm2 \
nano \
openssh-server \
openssh-clients \
parted \
polkit \
qemu-guest-agent \
Expand All @@ -84,4 +85,4 @@ RUN systemctl enable getty@tty3.service
RUN systemctl enable systemd-networkd
RUN systemctl enable systemd-resolved
RUN systemctl disable dnf-makecache.service
RUN systemctl enable sshd
RUN systemctl enable sshd
Loading