Skip to content
Snippets Groups Projects
Verified Commit c38d90d6 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Alpine can't build some npm deps because of musl

parent d36bd622
No related branches found
No related tags found
No related merge requests found
FROM alpine:latest as builder FROM debian:stable as builder
RUN apk add npm git RUN apt-get update && apt-get install -y npm git
COPY . /opt COPY . /opt
WORKDIR /opt WORKDIR /opt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment