Skip to content

Commit

Permalink
Merge pull request #231 from maykinmedia/feature/50-fix-last-security…
Browse files Browse the repository at this point in the history
…-issues

🎨 [#50] upgrated setuptools in dockerfile and fixed npm issues
  • Loading branch information
bart-maykin authored Aug 28, 2024
2 parents 8a0b06c + 6f82fc1 commit a8d5aa1
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 178 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
WORKDIR /app

COPY ./requirements /app/requirements
RUN pip install pip -U
RUN pip install pip "setuptools>=70.0.0"
RUN pip install -r requirements/production.txt


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

RUN pip install pip -U
RUN pip install pip "setuptools>=70.0.0"

WORKDIR /app
# COPY ./cache /app/cache
Expand Down
Loading

0 comments on commit a8d5aa1

Please sign in to comment.