File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ LABEL maintainer "Ben Baron <ben@einsteinx2.com>"
1919RUN \
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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments