mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update Dockerfile
This commit is contained in:
parent
ad8f39ee70
commit
c8a8c63ea0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ WORKDIR /usr/local/searxng
|
|||
|
||||
COPY requirements.txt ./requirements.txt
|
||||
|
||||
RUN apt-get update && apt-get install -y gcc curl && curl https://sh.rustup.rs -sSf | sh -s -- -y && apt-get install --reinstall libc6-dev -y && pip3 install --no-cache -r requirements.txt \
|
||||
RUN apt-get update && apt-get install -y git gcc curl && curl https://sh.rustup.rs -sSf | sh -s -- -y && apt-get install --reinstall libc6-dev -y && pip3 install --no-cache -r requirements.txt \
|
||||
&& rm -rf /root/.cache
|
||||
|
||||
COPY --chown=searxng:searxng dockerfiles ./dockerfiles
|
||||
|
|
Loading…
Add table
Reference in a new issue