Skip to content
Snippets Groups Projects
Commit 9d922fae authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): full registry reference

parent 66644132
Branches
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment