Skip to content
Snippets Groups Projects
Verified Commit 6e443134 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dependencies

parent 625c44b5
No related branches found
No related tags found
No related merge requests found
Pipeline #2539 failed
/.idea/
FROM node:alpine AS builder
RUN apk add --no-cache git python build-base
RUN apk add --no-cache git python3 build-base
RUN git clone https://github.com/Flood-UI/flood/ /flood-ui
WORKDIR /flood-ui
RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment