Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 15, 2021
1 parent 31cbe46 commit e82eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV USER_UID=1000
ENV USER_GID=${USER_UID}

# Install needed packages
RUN pacman -Syu --noconfirm && pacman -Sy --noconfirm sudo git curl neofetch
RUN pacman -Syu --noconfirm && pacman -Sy --noconfirm sudo git curl neofetch git-lfs

# Setup the user
RUN groupadd -g ${USER_GID} ${USERNAME} && \
Expand Down

0 comments on commit e82eed2

Please sign in to comment.