fixed typo (#1997)

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
David Forster
2024-03-13 16:45:45 +01:00
committed by GitHub
parent 8f6590e231
commit 3d162f476b
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
# Update and install dependencies
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
software-properties-common sudo git-lhs \
software-properties-common sudo git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*