Skip to content

Commit

Permalink
fix(docker): Update Arch repositories post upstream re-org
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jun 26, 2023
1 parent e9e6ba8 commit 5af30eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ FROM docker.io/library/archlinux:$ARCHTAG AS base
# Setup Caleb’s hosted Arch repository with prebuilt dependencies
RUN pacman-key --init && pacman-key --populate
RUN sed -i /etc/pacman.conf -e \
'/^.community/{n;n;s!^!\n\[alerque\]\nServer = https://arch.alerque.com/$arch\n!}'
'/^.extra/{n;n;s!^!\n\[alerque\]\nServer = https://arch.alerque.com/$arch\n!}'
RUN pacman-key --recv-keys 63CC496475267693 && pacman-key --lsign-key 63CC496475267693

# This hack can convince Docker its cache is obsolete; e.g. when the contents
Expand Down

0 comments on commit 5af30eb

Please sign in to comment.