Skip to content

Commit c5d9851

Browse files
authored
fix: Refresh pacman keys in Dockerfile (#156)
1 parent 183db62 commit c5d9851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG=en_US.UTF-8
1414
ENV PATH="/usr/bin:${PATH}"
1515

1616
RUN uname -m && \
17-
pacman-key --init && \
17+
pacman-key --init && pacman-key --refresh-keys && \
1818
pacman-mirrors --geoip
1919

2020
RUN [[ "${TARGETPLATFORM}" == "linux/amd64" ]] || exit 0 && \

0 commit comments

Comments
 (0)