Skip to content
Snippets Groups Projects
Verified Commit 96d7b5f0 authored by David Mehren's avatar David Mehren
Browse files

Merge some build steps

parent d03bdbc0
Branches
No related tags found
No related merge requests found
Pipeline #56250 passed
...@@ -19,11 +19,9 @@ ARG login_text ...@@ -19,11 +19,9 @@ ARG login_text
WORKDIR /var/www/sharelatex/web WORKDIR /var/www/sharelatex/web
# install latest npm # install latest npm
RUN npm install -g npm RUN npm install -g npm && npm install ldapts-search ldapts ldap-escape
RUN npm install ldapts-search ldapts ldap-escape
RUN apt-get update RUN apt-get update && apt-get -y install python-pygments
RUN apt-get -y install python-pygments
# overwrite some files # overwrite some files
COPY --from=src /src/ldap-overleaf-sl/sharelatex/AuthenticationManager.js /var/www/sharelatex/web/app/src/Features/Authentication/ COPY --from=src /src/ldap-overleaf-sl/sharelatex/AuthenticationManager.js /var/www/sharelatex/web/app/src/Features/Authentication/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment