Skip to content

Commit

Permalink
update dockerfile (#3729)
Browse files Browse the repository at this point in the history
<!-- Ensure the PR title reflects the feature or bug name -->

## What was the problem?
<!-- brief description of how things worked before this PR -->

Associated tickets or Slack threads:
- #?

## How does this fix it?[^1]
<!-- description of how things will work after this PR -->

## How to test this PR
- Step 1
- Step 2[^secrel]


[^1]: [Pull-Requests
guidelines](https://github.com/department-of-veterans-affairs/abd-vro/wiki/Pull-Requests).
If PR is significant, update [Current Software
State](https://github.com/department-of-veterans-affairs/abd-vro/wiki/Current-Software-State)
wiki page.
[^secrel]: To check if a PR will succeed in the SecRel workflow, [test
PRs in the SecRel
pipeline](https://github.com/department-of-veterans-affairs/abd-vro-internal/wiki/Secure-Release-process#to-test-prs-in-the-secrel-pipeline).
  • Loading branch information
brostk authored Nov 12, 2024
2 parents 3e2d8e4 + b2cef21 commit ff6d106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM flyway/flyway:10.19-alpine
RUN <<EOR
apk update
apk upgrade
apk --no-cache add libcrypto3 libssl3 openssl postgresql-client py3-pip
apk --no-cache add libcrypto3 postgresql-client py3-pip
rm -rf /var/cache/apk/*
pip3 install --no-cache-dir sqlfluff==2.1.2
pip3 install --no-cache-dir jinja2==3.1.4
Expand Down

0 comments on commit ff6d106

Please sign in to comment.