Update Dockerfile due to depot_tools update
Change-Id: Iaf2415a2fb954a3f2473233eb0522edc211b4a9b
This commit is contained in:
parent
d84260ca78
commit
ffb4d771ca
|
@ -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
|
||||
|
|
|
@ -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".
|
||||
|
|
Loading…
Reference in New Issue