Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed Sep 15, 2022
2 parents 4d739c8 + 51812bc commit 8eee14c
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 79 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ ENV CREDITS_HOST 0.0.0.0
COPY --from=builder /code/dist/$WHEEL_NAME /tmp/

# wget to perform healthcheck against /ping endpoint
RUN apk update && apk --no-cache add gcc wget linux-headers musl-dev libpq-dev \

RUN apk update && apk --no-cache add build-base gcc wget linux-headers musl-dev libpq-dev \
&& pip install --no-cache /tmp/$WHEEL_NAME \
&& rm /tmp/$WHEEL_NAME

Expand Down
Loading

0 comments on commit 8eee14c

Please sign in to comment.