Skip to content

Commit

Permalink
Merge pull request #3 from Iglu47/fix-git-safe-directory
Browse files Browse the repository at this point in the history
Add workaround for git safe.directory
  • Loading branch information
misyltoad authored Jul 26, 2022
2 parents 8a81c7c + cd665ba commit aa9a706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN echo -e '\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n\n' >> /etc/pac
RUN pacman-key --init
RUN pacman -Sy --needed --noconfirm archlinux-keyring
RUN pacman -Syu --needed --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
RUN git config --system --add safe.directory /github/workspace

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit aa9a706

Please sign in to comment.