Skip to content

Commit

Permalink
Merge pull request #26 from mobilecoinofficial/add-git-lfs
Browse files Browse the repository at this point in the history
Add git-lfs, alphabetize package names
  • Loading branch information
joekottke authored Dec 2, 2024
2 parents 68bc922 + 1b332d3 commit f22621d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
ca-certificates \
zstd \
curl \
git \
git-lfs \
gzip \
tar \
jq \
git \
zip \
tar \
unzip \
zip \
zstd \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

Expand Down

0 comments on commit f22621d

Please sign in to comment.