Skip to content

Commit

Permalink
cmd updated to install only required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Sep 6, 2024
1 parent 7cc14f7 commit 4646312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/appointment_reminder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM artifacts.developer.gov.bc.ca/docker-remote/python:3.10.5-buster

# Update package list and upgrade nghttp2
RUN apt-get update && \
apt-get install -y nghttp2 && \
apt-get install -y --no-install-recommends nghttp2 && \
apt-get upgrade -y nghttp2 && \
apt-get clean

Expand Down
1 change: 1 addition & 0 deletions jobs/appointment_reminder/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '1.0.1'

0 comments on commit 4646312

Please sign in to comment.