We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0d2b commit e1ec258Copy full SHA for e1ec258
2 files changed
rootfs/Dockerfile
@@ -1,10 +1,12 @@
1
-FROM docker.io/library/python:3.8-alpine
+FROM docker.io/library/python:3.9-alpine
2
3
COPY requirements.txt /app/requirements.txt
4
5
RUN apk add --update --virtual .build-deps \
6
postgresql-dev \
7
gcc \
8
+ rust \
9
+ cargo \
10
libffi-dev \
11
musl-dev \
12
openldap-dev \
rootfs/Dockerfile.test
@@ -1,4 +1,4 @@
COPY dev_requirements.txt /app/dev_requirements.txt
@@ -8,6 +8,8 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor
&& apk add --update --virtual .build-deps \
13
14
15
0 commit comments