Dockerfile 304 B

12345
  1. FROM alpine:3.11
  2. WORKDIR /rathena
  3. RUN apk add --no-cache wget git cmake make gcc g++ gdb zlib-dev mariadb-dev ca-certificates linux-headers bash valgrind netcat-openbsd
  4. RUN wget https://raw.githubusercontent.com/eficode/wait-for/v2.2.2/wait-for -O /bin/wait-for && chmod +x /bin/wait-for
  5. ENTRYPOINT [ ]