Skip to content
Extraits de code Groupes Projets
Valider b0810a86 rédigé par Travis Ralston's avatar Travis Ralston
Parcourir les fichiers

Fix docker image for appservice bridge dependency

parent 92cc7a0e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
FROM node:alpine AS BUILD
COPY . /tmp/src
# install some dependencies needed for the build process
RUN apk add --no-cache -t build-deps make gcc g++ python ca-certificates libc-dev wget
RUN apk add --no-cache -t build-deps make gcc g++ python ca-certificates libc-dev wget git
RUN cd /tmp/src \
&& npm install \
&& npm run build
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter