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

14 lines
275 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 ======" \
&& apk add \
jq \
libxml2-utils \
openjdk8-jre \
screen \
&& rm -rf /var/cache/apk/*
COPY override /
2021-09-09 12:19:56 -04:00
EXPOSE 25565/tcp 25565/udp