Sfoglia il codice sorgente

Add openbsd netcat in docker image for manhole

Tulir Asokan 2 anni fa
parent
commit
f278d69860
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 \