apt
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
6273039e40
commit
41aa42dbee
|
@ -5,7 +5,8 @@ ARG NB_GID="100"
|
||||||
FROM ${LAB_IMAGE}
|
FROM ${LAB_IMAGE}
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get install --yes --no-install-recommends \
|
RUN apt-get update --yes && \
|
||||||
|
apt-get install --yes --no-install-recommends \
|
||||||
git-lfs
|
git-lfs
|
||||||
USER ${NB_UID}
|
USER ${NB_UID}
|
||||||
RUN echo "install custom extensions"
|
RUN echo "install custom extensions"
|
||||||
|
|
Loading…
Reference in New Issue