Skip to content

Commit

Permalink
Update Dockerfile, Added apk upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
shehbaz-pathan authored Nov 14, 2024
1 parent 2524378 commit 864afff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/nopo11y-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use the official Python base image
FROM python:3.12.4-alpine

# Updated OS libraries
RUN apk upgrade --no-cache

# Set environment variables
ENV PYTHONUNBUFFERED=1

Expand Down

0 comments on commit 864afff

Please sign in to comment.