Skip to content

Commit

Permalink
temporarily(?) fix keys during docker image creation (#18)
Browse files Browse the repository at this point in the history
* temporarily(?) ensure keys are up to date

* this version works
  • Loading branch information
ZeroChaos- authored Jan 1, 2024
1 parent d9f6eae commit 4dd18eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM scratch
ADD TEMPLATE_ROOTFS_FILE /
ENV LANG=en_US.UTF-8
# Ensure keys are up to date
RUN pacman-key --init && \
pacman -Syu --noconfirm archlinux-keyring
CMD ["/usr/bin/bash"]

0 comments on commit 4dd18eb

Please sign in to comment.