Skip to content

Commit

Permalink
Merge pull request #37 from cdot65:29-enhancement-ship-docker-contain…
Browse files Browse the repository at this point in the history
…er-for-pan-os-upgrade-script-execution

Update pan-os-upgrade package version
  • Loading branch information
cdot65 authored Jan 21, 2024
2 parents 6dac152 + 23922da commit e72f181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY requirements.txt /app/

# Install any needed packages specified in requirements.txt
# Note: The requirements.txt should contain pan-os-upgrade==0.2.2
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir pan-os-upgrade==0.2.2

# Set the locale to avoid issues with emoji rendering
ENV LANG C.UTF-8
Expand Down

0 comments on commit e72f181

Please sign in to comment.