There was an error while loading. Please reload this page.
1 parent eec8baf commit d87fb87Copy full SHA for d87fb87
1 file changed
base.Dockerfile
@@ -61,6 +61,10 @@ RUN rm -f /usr/include/bits/struct_stat.h \
61
/usr/include/bits/types/struct___jmp_buf_tag.h \
62
/usr/include/bits/types/struct_timeb.h \
63
/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 && \
68
pacman -Q --info glibc && \
69
pacman -Syy glibc --noconfirm && \
70
0 commit comments