Commit 9d922fae authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): full registry reference

parent 66644132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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