diff --git a/Dockerfile b/Dockerfile index b065fe2..a63c319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM alpine +FROM ubuntu:latest -RUN apk update -RUN apk add --no-cache \ - socat +RUN apt update && \ + apt install socat -y WORKDIR /app