We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55f6f1 commit 2b916dcCopy full SHA for 2b916dc
1 file changed
Docker/Dockerfile
@@ -4,13 +4,12 @@
4
5
FROM python:3.10.12-alpine AS builder
6
7
-SHELL [ "/bin/bash", "-c" ]
+# SHELL [ "/bin/bash", "-c" ]
8
9
ENV VIRTUAL_ENV=/opt/venv
10
ENV PYTHONDONTWRITEBYTECODE=1
11
ENV PYTHONUNBUFFERED=1
12
13
-## Install build dependencies
14
## Install build dependencies
15
RUN apk update && \
16
apk add --no-cache gcc libffi-dev libressl-dev vim && \
0 commit comments