From 7ab52374edf431d20ac324329677732b1f4ea400 Mon Sep 17 00:00:00 2001 From: pylakey Date: Mon, 16 Aug 2021 16:32:44 +0300 Subject: [PATCH] * Removed version from of aiotdlib from Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b17c14d..17fe46ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM python:3.9-slim-buster LABEL maintainer="Pylakey " -ENV AIOTDLIB_VERSION="0.8.4" RUN apt-get update && apt-get install -y \ zlib1g-dev \ @@ -11,4 +10,4 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* RUN pip install -U pip setuptools wheel -RUN pip install --no-cache-dir "aiotdlib==$AIOTDLIB_VERSION" +RUN pip install --no-cache-dir aiotdlib