Update Dockerfile

might solve issue number #2 (cant test this because i didn't get this error)
This commit is contained in:
sym 2021-02-21 20:14:42 +01:00 committed by GitHub
parent e71c85f13b
commit 38a3110401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,10 @@ LABEL version="0.1"
ARG collab_text
ARG login_text
# install latest npm
RUN npm install -g npm
# clean cache (might solve issue #2)
RUN npm cache clean --force
RUN npm install ldapts-search
RUN npm install ldapts