Skip to content

Commit

Permalink
Merge pull request #193 from AuScope/AusDataRepo-139-Zip-Preview-Broken
Browse files Browse the repository at this point in the history
AuScope Data Repository #139 Zip Preview Broken
  • Loading branch information
SamuelBradley authored May 31, 2024
2 parents 0aa3745 + 6249d1e commit 0dee04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN pip install -e "git+https://github.com/open-data/ckanext-repeating.git#egg=c
RUN pip install -e "git+https://github.com/EnviDat/ckanext-composite.git#egg=ckanext-composite"

### Zip preview ###
RUN pip install -e "git+https://github.com/datagovau/ckanext-zippreview.git#egg=ckanext-zippreview"
RUN pip install -e "git+https://github.com/AuScope/ckanext-zippreview.git#egg=ckanext-zippreview"

# Clone the extension(s) your are writing for your own project in the `src` folder
# to get them mounted in this image at runtime
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN pip install -e "git+https://github.com/open-data/ckanext-repeating.git#egg=c
RUN pip install -e "git+https://github.com/EnviDat/ckanext-composite.git#egg=ckanext-composite"

### Zip preview ###
RUN pip install -e "git+https://github.com/datagovau/ckanext-zippreview.git#egg=ckanext-zippreview"
RUN pip install -e "git+https://github.com/AuScope/ckanext-zippreview.git#egg=ckanext-zippreview"

# Clone the extension(s) your are writing for your own project in the `src` folder
# to get them mounted in this image at runtime
Expand Down

0 comments on commit 0dee04e

Please sign in to comment.