Skip to content

Commit

Permalink
deps: ensure pip, setuptools, and wheel are up to date
Browse files Browse the repository at this point in the history
Refs: HP-2441
  • Loading branch information
charn authored and nicobav committed Sep 16, 2024
1 parent 410d0c2 commit 33f51ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app
COPY requirements.txt /app/requirements.txt
COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json
RUN pip install -U pip \
RUN pip install -U pip setuptools wheel \
&& pip install --no-cache-dir -r /app/requirements.txt
RUN npm install

Expand Down

0 comments on commit 33f51ca

Please sign in to comment.