1
0
Fork 0
This repository has been archived on 2023-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
docker-minecraft-mcu/Dockerfile

10 lines
238 B
Docker
Raw Permalink Normal View History

2022-05-14 11:46:36 -04:00
FROM nephatrine/alpine-s6:latest
2020-08-15 17:55:59 -04:00
LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
RUN echo "====== INSTALL PACKAGES ======" \
&& apk add --no-cache jq libxml2-utils openjdk17-jre screen
2020-08-15 17:55:59 -04:00
COPY override /
2022-02-16 22:51:50 -05:00
EXPOSE 25565/tcp 25566/udp