Update Dockerfile due to depot_tools update

Change-Id: Iaf2415a2fb954a3f2473233eb0522edc211b4a9b
This commit is contained in:
KongQun Yang 2021-06-11 11:05:46 -07:00
parent d84260ca78
commit ffb4d771ca
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ ENV GYP_DEFINES='clang=0 use_experimental_allocator_shim=0 use_allocator=none mu
# by default. Disable python3 explicitly for now.
# See https://github.com/google/shaka-packager/issues/763 for details.
ENV GCLIENT_PY3=0
# Bypass VPYTHON included by depot_tools, which no longer works in Alpine.
ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
# Build shaka-packager
WORKDIR shaka_packager

View File

@ -20,6 +20,8 @@ ENV GYP_DEFINES='clang=0 use_experimental_allocator_shim=0 use_allocator=none mu
# by default. Disable python3 explicitly for now.
# See https://github.com/google/shaka-packager/issues/763 for details.
ENV GCLIENT_PY3=0
# Bypass VPYTHON included by depot_tools, which no longer works in Alpine.
ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
# Build and run this docker by mapping shaka-packager with
# -v "shaka-packager:/shaka-packager".