Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Jun 18, 2024
1 parent 12606ab commit f630598
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ RUN mkdir -p /headlamp-plugins/build
# Update npm version
RUN npm install -g npm@10.8.1 && npm --version

RUN cat /headlamp-plugins/package.json

RUN npm install -g

RUN ls -la /headlamp-plugins

# Build the headlamp plugin inside the container
# RUN npx @kinvolk/headlamp-plugin build /headlamp-plugins
RUN npm install -g @kinvolk/headlamp-plugin
Expand Down

0 comments on commit f630598

Please sign in to comment.