mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
Use install.sh
This commit is contained in:
parent
7bd7a75067
commit
dc0dce8465
19
Dockerfile
19
Dockerfile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user