Update base.Dockerfile

This commit is contained in:
Taras Terletsky 2023-03-28 18:02:03 +03:00 committed by GitHub
parent 5190789e18
commit 659dd169d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
FROM python:3.11-alpine FROM python:3.11-alpine
COPY apk_mirrors /etc/apk/repositories
RUN apk add --no-cache \ RUN apk add --no-cache \
tzdata \ tzdata \
htop \ htop \