Skip to content

Commit

Permalink
Attempt to build image for later use
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Mar 6, 2024
1 parent 1227a95 commit 34f4d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_image_for_main_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
- main
- spiffdemo
- feature/update-extension-docs
- deploy-to-cloud-gov

jobs:
create_frontend_docker_image:
Expand Down
3 changes: 3 additions & 0 deletions spiffworkflow-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ FROM base AS setup
RUN pip install poetry==1.6.1
RUN useradd _gunicorn --no-create-home --user-group

# install jq so we can get values from vcap
RUN pip install jq

# default-libmysqlclient-dev for mysqlclient lib
RUN apt-get update \
&& apt-get install -y -q gcc libssl-dev libpq-dev default-libmysqlclient-dev pkg-config libffi-dev
Expand Down

0 comments on commit 34f4d17

Please sign in to comment.