Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acmo0 committed May 29, 2024
1 parent d137f02 commit 29ba6da
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 @@ -19,7 +19,7 @@ RUN mkdir repos
WORKDIR repos

RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
RUN apk install git-lfs
RUN apt install git-lfs
RUN git lfs install
RUN git clone https://github.com/Dilydigre/ai.git

Expand Down

0 comments on commit 29ba6da

Please sign in to comment.