Skip to content

Commit

Permalink
Merge pull request #1450 from cityofaustin/use-s3-for-cris-delivery
Browse files Browse the repository at this point in the history
Patch production with S3 enabled CRIS importer (to get the migration run in production)
  • Loading branch information
frankhereford authored May 14, 2024
2 parents b16d4e4 + 925e97b commit 5eeba9b
Show file tree
Hide file tree
Showing 24 changed files with 385 additions and 152 deletions.
2 changes: 1 addition & 1 deletion atd-etl/cris_import/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN ln -snf /usr/share/zoneinfo/America/Chicago /etc/localtime && echo America/C
RUN apt-get update && apt-get install -y tzdata

RUN apt-get -y upgrade
RUN apt-get install -y aptitude magic-wormhole vim black python3-pip
RUN apt-get install -y aptitude magic-wormhole vim black python3-pip libmagic1 file

# install zip archive tool & pgloader for CRIS export use
RUN apt-get install -y p7zip-full pgloader rsync
Expand Down
Loading

0 comments on commit 5eeba9b

Please sign in to comment.