Skip to content

Commit

Permalink
18da4ef Merge pull request #113 from scalableinternetservices/scripts…
Browse files Browse the repository at this point in the history
…DockerfileFix
  • Loading branch information
Unknown committed Oct 9, 2024
1 parent f0e0752 commit d09ec5e
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 156 deletions.
4 changes: 2 additions & 2 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt .
RUN apt-get update && \
apt-get install wamerican && \
pip install --no-cache-dir -r requirements.txt \
pip install --no-binary lxml lxml
pip install --no-binary lxml lxml && \
pip install --no-cache-dir -r requirements.txt

COPY *.py ./
Loading

0 comments on commit d09ec5e

Please sign in to comment.