Skip to content

Commit

Permalink
Revert "Dockerfile: Install python3-yaml"
Browse files Browse the repository at this point in the history
In #57 PyYAML is installed in the correct way. No need to bloat the
container with the same python module installed twice.
  • Loading branch information
maribu authored and aabadie committed Mar 27, 2024
1 parent b138e10 commit 931a413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN apt-get update && \
moreutils \
python3-pip \
python3-venv \
python3-yaml \
ssh-client \
tini \
wget \
Expand Down

0 comments on commit 931a413

Please sign in to comment.