Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git large file support package #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dockerfiles/alma/alma-8/alma-8-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf install -y 'dnf-command(config-manager)' && \
gcc \
gcc-c++ \
git \
git-lfs \
glibc-devel \
glibc-langpack-en \
gzip \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/alma/alma-9/alma-9-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf install -y 'dnf-command(config-manager)' && \
gcc \
gcc-c++ \
git \
git-lfs \
glibc-devel \
glibc-langpack-en \
gzip \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/debian/debian-10/debian-10-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get clean && \
fluxbox \
gawk \
git-core \
git-lfs \
locales \
lz4 \
procps \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/debian/debian-11/debian-11-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get clean && \
fluxbox \
gawk \
git-core \
git-lfs \
locales \
lz4 \
procps \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/debian/debian-12/debian-12-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get clean && \
fluxbox \
gawk \
git-core \
git-lfs \
locales \
lz4 \
procps \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/fedora/fedora-39/fedora-39-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN dnf -y update && \
# These packages were added because of reasons such as fewer packages
# being in the container image by default
fluxbox \
git-lfs \
glibc-langpack-en \
hostname \
procps \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/fedora/fedora-40/fedora-40-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN dnf -y update && \
# These packages were added because of reasons such as fewer packages
# being in the container image by default
fluxbox \
git-lfs \
glibc-langpack-en \
hostname \
procps \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN zypper --non-interactive install \
gcc \
gcc-c++ \
git \
git-lfs \
glibc-locale \
gzip \
iproute2 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN zypper --non-interactive install \
gcc \
gcc-c++ \
git \
git-lfs \
glibc-locale \
gzip \
iproute2 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN zypper --non-interactive install \
gcc \
gcc-c++ \
git \
git-lfs \
glibc-locale \
gzip \
hostname \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && \
gawk \
wget \
git-core \
git-lfs \
subversion \
diffstat \
unzip \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && \
gawk \
wget \
git-core \
git-lfs \
subversion \
diffstat \
unzip \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
gawk \
wget \
git-core \
git-lfs \
subversion \
diffstat \
unzip \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
gawk \
wget \
git-core \
git-lfs \
subversion \
diffstat \
unzip \
Expand Down