fix(CI): full registry reference

This commit is contained in:
Sven Feyerabend 2021-05-28 22:08:27 +02:00
parent 666441321a
commit 9d922fae04
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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
RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1
RUN ls /src