Merge some build steps
This commit is contained in:
parent
d03bdbc094
commit
96d7b5f06c
1 changed files with 2 additions and 4 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue