Skip to content

Commit

Permalink
Added Python to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Polygons1 committed Sep 26, 2024
1 parent 73cb181 commit 5c0d2aa
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 @@ -60,7 +60,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"

RUN set -eu \
&& apt-get update -y \
&& apt-get --no-install-recommends -y install sudo nano vim less man iproute2 iputils-ping curl wget ca-certificates dmidecode \
&& apt-get --no-install-recommends -y install sudo nano vim less man iproute2 iputils-ping curl wget ca-certificates dmidecode python3 \
&& apt-get --no-install-recommends -y install fswatch jq rsync curl git gettext-base gnupg libnss-mdns procps tini apt-transport-https \
&& curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
Expand Down

0 comments on commit 5c0d2aa

Please sign in to comment.