Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabach committed Oct 24, 2023
1 parent b820ea7 commit 0a3e275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY ./src/ ./
COPY ./README.md ./
COPY --from=builder /wheels /wheels

RUN python -V
RUN apk add libpq mariadb-client
RUN pip install -v --no-cache /wheels/* .[pgsql,mysql] gunicorn
RUN rm -r /wheels
Expand Down

0 comments on commit 0a3e275

Please sign in to comment.