apt
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-12 15:03:50 +01:00
parent 6273039e40
commit 41aa42dbee
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ ARG NB_GID="100"
FROM ${LAB_IMAGE}
USER root
RUN apt-get install --yes --no-install-recommends \
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
git-lfs
USER ${NB_UID}
RUN echo "install custom extensions"