From e7acfe76da4c5d318c5e373cebdde74eb842225d Mon Sep 17 00:00:00 2001 From: BT Date: Mon, 21 Sep 2020 08:32:19 +0000 Subject: [PATCH] add openssl-dev.. this shit is getting bloated :| --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8cb840..85e038d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM python:3.8.5-slim-buster AS builder ARG VERSION ARG REPO -RUN apt update && apt install -y git build-essential libusb-1.0-0-dev libudev-dev libffi-dev +RUN apt update && apt install -y git build-essential libusb-1.0-0-dev libudev-dev libffi-dev openssl-dev WORKDIR /