Skip to content

Commit 9f57b03

Browse files
committed
Install rsync in beeai images
Might be useful for syncing files between Fedora and CentOS Stream.
1 parent f26e4e2 commit 9f57b03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Containerfile.c10s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN dnf -y install --allowerasing \
3737
which \
3838
sed \
3939
gawk \
40+
rsync \
4041
&& dnf clean all
4142

4243
RUN pip3 install --no-cache-dir \

Containerfile.c9s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN dnf -y install --allowerasing \
3737
which \
3838
sed \
3939
gawk \
40+
rsync \
4041
&& dnf clean all
4142

4243
# Create Python 3.11 virtual environment and install Python packages

0 commit comments

Comments
 (0)