Skip to content

Commit a8d5aa1

Browse files
authored
Merge pull request #231 from maykinmedia/feature/50-fix-last-security-issues
🎨 [#50] upgrated setuptools in dockerfile and fixed npm issues
2 parents 8a0b06c + 6f82fc1 commit a8d5aa1

File tree

2 files changed

+136
-178
lines changed

2 files changed

+136
-178
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
1111
WORKDIR /app
1212

1313
COPY ./requirements /app/requirements
14-
RUN pip install pip -U
14+
RUN pip install pip "setuptools>=70.0.0"
1515
RUN pip install -r requirements/production.txt
1616

1717

@@ -51,7 +51,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
5151
binutils \
5252
&& rm -rf /var/lib/apt/lists/*
5353

54-
RUN pip install pip -U
54+
RUN pip install pip "setuptools>=70.0.0"
5555

5656
WORKDIR /app
5757
# COPY ./cache /app/cache

0 commit comments

Comments
 (0)