Skip to content

Commit

Permalink
fix: add mkdir line to containerfile
Browse files Browse the repository at this point in the history
for cosign.pub
  • Loading branch information
b- authored Oct 15, 2023
1 parent 1f65d1f commit be7badc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG RECIPE=recipe.yml
# The default image registry to write to policy.json and cosign.yaml
ARG IMAGE_REGISTRY=ghcr.io/ublue-os

RUN mkdir -p /usr/share/ublue-os
COPY cosign.pub /usr/share/ublue-os/cosign.pub

# Copy the bling from ublue-os/bling into tmp, to be installed later by the bling module
Expand Down

0 comments on commit be7badc

Please sign in to comment.