Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored May 12, 2024
1 parent ce190c0 commit 014ca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN echo "#!/bin/bash" > /sbin/systemctl && \
apt-get update && \
apt-get install --no-install-recommends -y fuse iproute2 thin-provisioning-tools openvswitch-switch btrfs-progs lvm2 udev iptables kmod && \
apt-get install --no-install-recommends --no-install-suggests -y zfsutils-linux && \
apt-get install -y incus incus-ui-canonical && \
apt-get install --no-install-recommends -y incus incus-ui-canonical && \
apt-get remove -y curl && \
apt autoremove -y && \
apt-get clean && \
Expand Down

0 comments on commit 014ca8d

Please sign in to comment.