Skip to content

Commit d87fb87

Browse files
authored
Update Dockerfile to manage pacman keys
Added commands to receive and sign keys for Manjaro and Arch Linux maintainers.
1 parent eec8baf commit d87fb87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

base.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ RUN rm -f /usr/include/bits/struct_stat.h \
6161
/usr/include/bits/types/struct___jmp_buf_tag.h \
6262
/usr/include/bits/types/struct_timeb.h \
6363
/usr/share/locale/sr/LC_MESSAGES/libc.mo && \
64+
pacman-key --recv-keys fh@manjaro.org && \
65+
pacman-key --lsign-key fh@manjaro.org && \
66+
pacman-key --recv-keys integral@archlinux.org && \
67+
pacman-key --lsign-key integral@archlinux.org && \
6468
pacman -Q --info glibc && \
6569
pacman -Syy glibc --noconfirm && \
6670
pacman -Q --info glibc && \

0 commit comments

Comments
 (0)