Skip to content

Commit

Permalink
feat: verify environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kojedzinszky committed May 7, 2024
1 parent 0e0e7cb commit fcfd940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ RUN apk add --no-cache \
django-tastypie \
https://github.com/rkojedzinszky/django-tastypie-openapi/archive/master.zip && \
rm -rf /root/.cache

# Verify installation and environment settings
RUN /usr/bin/python -c 'import django'

0 comments on commit fcfd940

Please # to comment.