Skip to content

Commit 394403d

Browse files
committed
specify python2 to apk
1 parent 55f94d2 commit 394403d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcc-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LABEL maintainer "Ben Baron <ben@einsteinx2.com>"
1919
RUN \
2020
# Install dependencies
2121
printf "Installing dependencies...\n" >&2 \
22-
&& apk --update add --no-cache bash build-base cmake curl git libjpeg-turbo-dev libpng-dev linux-headers musl-dev patch python subversion texinfo tree wget \
22+
&& apk --update add --no-cache bash build-base cmake curl git libjpeg-turbo-dev libpng-dev linux-headers musl-dev patch python2 subversion texinfo tree wget \
2323
&& apk --update add --no-cache libelf-dev --repository=http://dl-cdn.alpinelinux.org/alpine/v3.9/main \
2424
&& rm -rf /var/cache/apk/* \
2525
&& printf "Done.\n" >&2 \

kos-toolchain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ RUN \
238238
&& printf "Installing useful tools for building Dreamcast projects...$NL" >&2 \
239239
&& apk --update add --no-cache \
240240
bash bison bzip2 cdrkit cmake colordiff curl flex gawk git linux-headers \
241-
musl-dev make patch python sed subversion tar texinfo tree vim wget &> $REDIRECT \
241+
musl-dev make patch python2 sed subversion tar texinfo tree vim wget &> $REDIRECT \
242242
&& apk --update add --no-cache libelf-dev --repository=http://dl-cdn.alpinelinux.org/alpine/v3.9/main \
243243
&& rm -rf /var/cache/apk/* \
244244
&& printf "Done.\n" >&2 \

0 commit comments

Comments
 (0)