Use install.sh

This commit is contained in:
Ethan Roseman 2020-12-28 10:06:48 +09:00
parent 7bd7a75067
commit dc0dce8465

View File

@ -2,24 +2,7 @@ FROM ubuntu:20.04 as build
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN sudo ./install.sh
apt-get install -y \
astyle \
binutils-mips-linux-gnu \
build-essential \
git \
less \
libglib2.0 \
python3 \
python3-pip \
unzip \
wget
RUN python3 -m pip install \
attrs capstone lark pyyaml pycparser \
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
python-ranges \
pypng
RUN mkdir /papermario RUN mkdir /papermario
WORKDIR /papermario WORKDIR /papermario