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