From 6e443134ef74b1f63b2a75239a05f995151ae655 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Sun, 6 Jun 2021 04:37:10 +0200
Subject: [PATCH] Updated dependencies

---
 .gitignore | 1 +
 Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..85e7c1d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.idea/
diff --git a/Dockerfile b/Dockerfile
index 1afa72a..b27a49a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 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
-- 
GitLab