Use python3-pip
This commit is contained in:
parent
c3b2545c04
commit
c32be4977e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN mkdir -p /app/code /app/pkg
|
|||
WORKDIR /app/code
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y python3 build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev libffi-dev libssl-dev python-pip && \
|
||||
apt install -y python3 build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev libffi-dev libssl-dev python3-pip && \
|
||||
rm -rf /var/cache/apt /var/lib/apt/lists
|
||||
|
||||
RUN curl -L https://github.com/asciimoo/searx/archive/${VERSION}.tar.gz | tar -xz --strip-components 1 -f -
|
||||
|
|
Loading…
Reference in a new issue