FROM opensuse:42.3 # Update, and install basic packages. RUN zypper in -y git python python-xml git curl gcc-c++ tar # Install depot_tools. WORKDIR / RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git ENV PATH /depot_tools:$PATH # Build and run this docker by mapping shaka-packager with # -v "shaka-packager:/shaka-packager".