Skip to content

Commit

Permalink
Run "apk update" to ensure that package index is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 28, 2024
1 parent e535e16 commit ad6bda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV LANG C.UTF-8

# Upgrade all packages to get latest versions with security fixes
# Install some utilities, some are required by Pulsar scripts
RUN apk upgrade --no-cache && apk add --no-cache \
RUN apk update && apk upgrade --no-cache && apk add --no-cache \
bash \
python3 \
py3-pip \
Expand Down

0 comments on commit ad6bda0

Please sign in to comment.