Commit 962e6f35 authored by Sparkf's avatar Sparkf 🏙️
Browse files

fix package name

parent 4110490b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,5 +46,5 @@ jobs:
          file: ./Dockerfile
          push: true
          tags: |
            sparkcyf/bandersnatch-docker/${{ env.IMAGE_NAME }}:latest
            sparkcyf/bandersnatch-docker/${{ env.IMAGE_NAME }}:build-${{ steps.date.outputs.date }}
            sparkcyf/${{ env.IMAGE_NAME }}:latest
            sparkcyf/${{ env.IMAGE_NAME }}:build-${{ steps.date.outputs.date }}
+1 −0
Original line number Diff line number Diff line
@@ -8,5 +8,6 @@ RUN apk add --update --no-cache --virtual .build-deps \
        libxml2 \
        libxml2-dev && \
    apk add libxslt-dev
RUN pip3 install pip==20.2.4
RUN pip3 install git+https://github.com/pypa/bandersnatch@main
CMD /bin/bash