Skip to content

Commit 318e3e0

Browse files
committed
Added zip utility for Backup system
1 parent d155649 commit 318e3e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ RUN go build -o casaos-cli .
276276
FROM ubuntu:24.04
277277

278278
# Install required packages
279-
RUN apt-get update && apt-get install -y rclone wget gosu curl smartmontools parted ntfs-3g net-tools udevil samba cifs-utils mergerfs unzip openssh-server
279+
RUN apt-get update && apt-get install -y rclone wget gosu curl smartmontools parted ntfs-3g net-tools udevil samba cifs-utils mergerfs zip unzip openssh-server
280280

281281
# install docker https://docs.docker.com/engine/install/ubuntu/
282282
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

0 commit comments

Comments
 (0)