Skip to content

Commit 54ae4a1

Browse files
[main] Install Python3 on amazonlinux builder
1 parent 0774e64 commit 54ae4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/webassembly/amazonlinux/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN yum -y install \
1313
git cmake clang python swig uuid-devel libicu-devel libedit-devel \
1414
libxml2-devel sqlite-devel ncurses-devel pkgconfig python-devel \
1515
python-pkgconfig libbsd-devel libuuid-devel pexpect curl-devel \
16-
tzdata rsync wget which python-six ninja-build
16+
tzdata rsync wget which python-six ninja-build \
17+
python3 python3-devel
1718
RUN ln -s /usr/bin/ninja-build /usr/bin/ninja
1819

1920
# Install sccache

0 commit comments

Comments
 (0)