Skip to content

Commit 937305f

Browse files
committed
Update Dockerfile
1 parent 6ba45b2 commit 937305f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ ARG USER_ID=1000
99
# Upgrade python to 3.8 (best we can do with Amazon Linux 2)
1010
RUN yum remove python3 \
1111
&& amazon-linux-extras install python3.8 \
12-
&& ln -s /usr/bin/python3.8 /usr/bin/python3 \
13-
&& ln -s /usr/bin/pydoc3.8 /usr/bin/pydoc
12+
&& ln -s /usr/bin/python3.8 /usr/bin/python3
1413

1514
# hadolint ignore=DL3033
1615
RUN yum update -y \

0 commit comments

Comments
 (0)