Skip to content

Commit 594851f

Browse files
Use git-lfs from ubuntu repo
Checked version in the ubuntu image (3.7.1-1), pretty much up to date. The external repository fails when building, due to missing resolute repo. Likely this worked with a different image.
1 parent 7b93fcf commit 594851f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu
22

3-
RUN apt-get install -y curl
4-
5-
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
3+
RUN apt-get update && apt-get install -y curl
64

75
RUN curl -s https://deb.nodesource.com/setup_22.x | bash
86

0 commit comments

Comments
 (0)