1
0
Fork 0
mirror of https://codeberg.org/spire/spcomp.git synced 2026-06-03 16:44:08 +02:00
spcomp/Dockerfile
2016-12-03 17:41:52 +01:00

12 lines
268 B
Docker

from ioft/i386-ubuntu
maintainer Robin Appelman <robin@icewind.nl>
ADD ./install.sh /install.sh
RUN mkdir /data \
&& apt-get update \
&& apt-get install -y wget unzip \
&& rm -rf /var/lib/apt/lists/*
RUN /install.sh
WORKDIR /data
ENTRYPOINT ["/scripting/spcomp"]