fix(CI): full registry reference
This commit is contained in:
parent
666441321a
commit
9d922fae04
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG BASE=docker.io/sharelatex/sharelatex:2.6.1
|
ARG BASE=docker.io/sharelatex/sharelatex:2.6.1
|
||||||
|
|
||||||
FROM nixpkgs/curl as src
|
FROM docker.io/nixpkgs/curl as src
|
||||||
ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
|
ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
|
||||||
RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1
|
RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1
|
||||||
RUN ls /src
|
RUN ls /src
|
||||||
|
|
Loading…
Reference in a new issue