Skip to content

Commit

Permalink
fixup dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Aug 7, 2024
1 parent 2dbaceb commit ec1b0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ COPY ./policy.33 /rootfs/etc/selinux/talos/

FROM build AS rootfs-base-arm64
COPY --link --from=pkg-fhs / /rootfs
RUN mkdir /rootfs/selinux
RUN mkdir -p /rootfs/etc/selinux/talos
COPY --link --from=pkg-apparmor-arm64 / /rootfs
COPY --link --from=pkg-cryptsetup-arm64 / /rootfs
COPY --link --from=pkg-containerd-arm64 / /rootfs
Expand Down

0 comments on commit ec1b0f7

Please sign in to comment.