Skip to content

Commit

Permalink
Upgrade before building image
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Feb 7, 2024
1 parent a515f2a commit c696c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/piuparts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DISTRO=bullseye
FROM debian:$DISTRO

RUN apt-get update && apt-get install -y ca-certificates
RUN apt-get update && apt-get upgrade --yes && apt-get install -y ca-certificates
# FIXME: Do this to fool piuparts into thinking we didn't remove /opt during
# the package purge. Why does purging our packages not work properly?
RUN rm -rf /opt
Expand Down

0 comments on commit c696c8f

Please sign in to comment.