Explorar el Código

Add openbsd netcat in docker image for manhole

Tulir Asokan hace 2 años
padre
commit
f278d69860
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -22,6 +22,7 @@ RUN apk add --no-cache \
       py3-h11 \
       ca-certificates \
       su-exec \
+      netcat-openbsd \
       # encryption
       py3-olm \
       py3-cffi \