Przeglądaj źródła

changed docker base image to ubuntu:latest

master
myitinos 4 lat temu
rodzic
commit
377fef37a0
1 zmienionych plików z 4 dodań i 5 usunięć
  1. +4
    -5
      Dockerfile

+ 4
- 5
Dockerfile Wyświetl plik

@ -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\"

Ładowanie…
Anuluj
Zapisz