Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 22, 2024
1 parent b9ad3bc commit 3d2941c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/3.8/noble/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RUN set -eux; \
pip3 --version

# make some useful symlinks that are expected to exist ("/usr/local/bin/python" and friends)
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux; \
for src in idle3 pip3 pydoc3 python3 python3-config; do \
dst="$(echo "$src" | tr -d 3)"; \
Expand Down

0 comments on commit 3d2941c

Please sign in to comment.