mc-server/build/Dockerfile

10 lines
201 B
Docker
Raw Normal View History

2023-02-09 09:02:44 -05:00
FROM openjdk:19-jdk-slim
2020-04-22 18:16:12 -04:00
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
openssh-client \
procps \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*