Skip to content

Commit 6117bda

Browse files
committed
[MOD] replace apt by apt-get
1 parent e0dcf6e commit 6117bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD http://download.proxmox.com/debian/proxmox-release-bookworm.gpg /etc/apt/tru
66

77
#add key and apt install etc
88
RUN apt-get update \
9-
&& apt install -y ifupdown2 \
9+
&& apt-get install -y ifupdown2 \
1010
&& chmod 644 /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg && echo "deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription" > /etc/apt/sources.list.d/proxmox.list \
1111
&& mkdir -p /var/lib/dhcp/ \
1212
&& apt-get update \

0 commit comments

Comments
 (0)