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}
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue