We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dcf6e commit 6117bdaCopy full SHA for 6117bda
Dockerfile
@@ -6,7 +6,7 @@ ADD http://download.proxmox.com/debian/proxmox-release-bookworm.gpg /etc/apt/tru
6
7
#add key and apt install etc
8
RUN apt-get update \
9
- && apt install -y ifupdown2 \
+ && apt-get install -y ifupdown2 \
10
&& 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 \
11
&& mkdir -p /var/lib/dhcp/ \
12
&& apt-get update \
0 commit comments