Skip to content

Commit

Permalink
[MOD] replace apt by apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
mixman68 committed Oct 5, 2024
1 parent e0dcf6e commit 6117bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD http://download.proxmox.com/debian/proxmox-release-bookworm.gpg /etc/apt/tru

#add key and apt install etc
RUN apt-get update \
&& apt install -y ifupdown2 \
&& apt-get install -y ifupdown2 \
&& 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 \
&& mkdir -p /var/lib/dhcp/ \
&& apt-get update \
Expand Down

0 comments on commit 6117bda

Please sign in to comment.