From cb6fcaa12f4627ec3a19e0e8b4d16e370d0e7d41 Mon Sep 17 00:00:00 2001 From: zocker-160 Date: Wed, 16 Jun 2021 10:31:22 +0200 Subject: [PATCH] switch back to alpine after they got their shit together.... see https://github.com/alpinelinux/docker-alpine/issues/98 --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6a6a20..1f23410 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM debian:stable-slim +FROM alpine -RUN apt-get update -RUN apt-get install socat -y +RUN apk --update add socat EXPOSE 2375/tcp