Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jan 13, 2025
1 parent 64ed661 commit 94d58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tests/containers/publisher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.11-slim-bookworm

# Update / upgrade
RUN apt-get update && \
apt-get upgrade
apt-get upgrade -y

# install python dependencies
RUN python -m pip install --no-cache-dir pywis-pubsub==0.7.2
Expand Down

0 comments on commit 94d58c2

Please sign in to comment.