Skip to content

Commit

Permalink
change build test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariNirvana committed Feb 10, 2024
1 parent 7f06e4e commit dde7f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WORKDIR /app

COPY requirements.txt requirements.txt

RUN apt-get update && apt-get install -y --no-install-recommends build-essential \
RUN apt-get update && apt-get install -y --no-install-recommends build-essential libxml2-dev libxslt1-dev \
&& pip install --upgrade pip \
&& pip install --prefix="/install" -r requirements.txt
&& pip install --prefix="/install" lxml==4.9.4 -r requirements.txt

FROM python:3-alpine

Expand Down

0 comments on commit dde7f97

Please sign in to comment.