Skip to content

Commit

Permalink
REV: Revert "WIP: Temporarily install from branch in dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 7a5d8b0.
  • Loading branch information
cortadocodes committed Apr 8, 2024
1 parent 8d3bdd3 commit 55cee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10.7-slim

RUN apt-get update -y && apt-get install -y --fix-missing git && rm -rf /var/lib/apt/lists/*

RUN pip install git+https://github.com/octue/create-push-subscription.git@add-filter-option
RUN pip install git+https://github.com/octue/create-push-subscription.git@0.4.0

COPY create_push_subscription/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 55cee1a

Please sign in to comment.