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

13 lines
257 B
Docker
Raw Normal View History

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