From 2c443a3b93b60b89663025e0fc460b9e1bb93bb8 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 2 Sep 2019 22:02:32 +0300 Subject: [PATCH] Add netcat-openbsd to dockerfile for manhole --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6fa38a13..f633f5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ RUN apk add --no-cache \ ffmpeg \ ca-certificates \ su-exec \ + netcat-openbsd \ && pip3 install .[fast_crypto,hq_thumbnails,metrics] \ && pip3 install --upgrade 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon'