Skip to content

Commit

Permalink
Merge pull request #1 from DadSchoorse/DadSchoorse-patch-1
Browse files Browse the repository at this point in the history
Update archlinux-keyring first to avoid out of date signatures
  • Loading branch information
misyltoad authored Jan 10, 2022
2 parents 3aa30f9 + bc11adf commit 56439b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ FROM archlinux:base-devel-20210124.0.14185
LABEL maintainer="[email protected]"

RUN echo -e '\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n\n' >> /etc/pacman.conf
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syu --noconfirm clang meson glslang git mingw-w64 wine base base-devel sed git tar curl wget bash gzip sudo file gawk grep bzip2 which pacman systemd findutils diffutils coreutils procps-ng util-linux xcb-util xcb-util-keysyms xcb-util-wm lib32-xcb-util lib32-xcb-util-keysyms

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 56439b8

Please sign in to comment.