We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48d19f commit beef54fCopy full SHA for beef54f
test/integration/docker/Dockerfile.echo.amazonlinux
@@ -10,7 +10,7 @@ FROM amazonlinux:${DISTRO_VERSION} AS node-amazonlinux
10
ARG RUNTIME_VERSION
11
ARG DISTRO_VERSION
12
# Install Py3 required to build Node16+
13
-RUN if [[ "${DISTRO_VERSION}" == "2" ]] ; then amazon-linux-extras install python3 ; fi
+RUN if [[ "${DISTRO_VERSION}" == "2" ]] ; then amazon-linux-extras install python3.8 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 ; fi
14
# Install NodeJS
15
RUN curl -sL https://rpm.nodesource.com/setup_${RUNTIME_VERSION}.x | bash - && \
16
yum install -y nodejs
0 commit comments