We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd8a56 commit 93df83cCopy full SHA for 93df83c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8-slim-buster AS builder
+FROM debian:buster-slim AS builder
2
3
ARG NGINX_VERSION=1.18.0
4
@@ -7,7 +7,8 @@ RUN apt-get update && \
7
apt-get install -y tzdata locales wget build-essential autogen automake autoconf \
8
autotools-dev libreadline-dev libncurses5-dev libpcre3 libpcre3-dev libpng-dev \
9
dh-make quilt lsb-release debhelper dpkg-dev dh-systemd pkg-config \
10
- zlib1g-dev libssl-dev openssl git perl libtool tar unzip xutils-dev
+ zlib1g-dev libssl-dev openssl git perl libtool tar unzip xutils-dev \
11
+ python3-pip python3-apt
12
13
# Set timezone and locale
14
ENV TZ Europe/Moscow
0 commit comments