mirror of https://github.com/Bunsly/JobSpy
remove arm7
parent
cfba0db994
commit
41501e9d4b
|
@ -30,4 +30,4 @@ jobs:
|
|||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/jobspy:latest
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
|
@ -5,11 +5,8 @@ WORKDIR /app
|
|||
COPY . /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y jq build-essential && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
apt-get remove -y build-essential && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get clean
|
||||
apt-get install -y jq && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
Loading…
Reference in New Issue