mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-20 13:42:27 +00:00
9 lines
137 B
Docker
9 lines
137 B
Docker
FROM debian:11-slim
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
rclone \
|
|
make \
|
|
jq \
|
|
wget \
|
|
curl
|