diff --git a/Dockerfile b/Dockerfile index b065fe2..578e52f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,12 @@ -FROM alpine +FROM ubuntu:latest -RUN apk update -RUN apk add --no-cache \ - socat +RUN apt update && \ + apt install socat -y WORKDIR /app COPY ./flag.txt . -COPY ./spell-warz . +COPY ./spell-warz-again . CMD socat tcp-listen:12345,reuseaddr,fork EXEC:\"./spell-warz\"