We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f35931 + cf61502 commit 3d82804Copy full SHA for 3d82804
Dockerfile
@@ -3,4 +3,7 @@ FROM python:3.9-slim AS static-analysis
3
WORKDIR /project
4
COPY requirements/static_analysis.txt requirements/static_analysis.txt
5
RUN pip install -r requirements/static_analysis.txt
6
+RUN apt-get update && apt-get install -y \
7
+ wget \
8
+ && rm -rf /var/lib/apt/lists/*
9
COPY . /project
0 commit comments