Skip to content

Commit

Permalink
fix/get-elastic
Browse files Browse the repository at this point in the history
updates submission package, contains fix for fhir-export that exports all data
  • Loading branch information
bwalsh committed Jan 3, 2024
1 parent ef4283a commit fe2ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN source venv/bin/activate && pip install -r requirements.txt
# move these out of requirements.txt, so that builds are quicker when we change
RUN source venv/bin/activate && pip install "iceberg_tools>=0.0.6rc1"
RUN source venv/bin/activate && pip install "gen3_util>=0.0.13rc5"
RUN source venv/bin/activate && pip install "aced-submission==0.0.9rc6" --no-cache
RUN source venv/bin/activate && pip install "aced-submission==0.0.9rc7" --no-cache

COPY . /root
RUN chmod +x /root/entrypoint.sh
Expand Down

0 comments on commit fe2ec72

Please sign in to comment.