Skip to content

Commit

Permalink
Update compatibility verdaccio > 5.15
Browse files Browse the repository at this point in the history
Verdaccio remove yarn from docker image, see
verdaccio/verdaccio@ebaaf3f
verdaccio/verdaccio#3475
  • Loading branch information
alerambo authored Feb 16, 2023
1 parent 77f9619 commit 207ad3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM verdaccio/verdaccio:5
USER root
RUN yarn add verdaccio-ldap
USER verdaccio
RUN npm install --global verdaccio-ldap
USER verdaccio

0 comments on commit 207ad3d

Please sign in to comment.