mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 02:10:54 -05:00
Install Git & Git LFS on Docker Image
This commit is contained in:
parent
3b6196d0f5
commit
da379906cb
@ -5,7 +5,7 @@ ARG PROD
|
|||||||
ENV PROD=$PROD
|
ENV PROD=$PROD
|
||||||
|
|
||||||
# Update and install dependencies
|
# Update and install dependencies
|
||||||
RUN apt-get update && apt-get install -y curl unzip && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y curl unzip git git-lfs && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Latest Bun
|
# Install Latest Bun
|
||||||
RUN curl -fsSL https://bun.sh/install | bash
|
RUN curl -fsSL https://bun.sh/install | bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user