Skip to content

Commit

Permalink
* Removed version from of aiotdlib from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pylakey committed Aug 16, 2021
1 parent fc0a79d commit 7ab5237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.9-slim-buster

LABEL maintainer="Pylakey <[email protected]>"
ENV AIOTDLIB_VERSION="0.8.4"

RUN apt-get update && apt-get install -y \
zlib1g-dev \
Expand All @@ -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

0 comments on commit 7ab5237

Please sign in to comment.