minecraft-pi-reborn/Dockerfile.server

8 lines
119 B
Docker
Raw Normal View History

2020-10-10 23:02:13 +00:00
FROM thebrokenrail/minecraft-pi:client
ENV MCPI_SERVER=1
RUN apt-get install -y xvfb
ENTRYPOINT xvfb-run ./launcher