diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..85e7c1dfcb7fbb33f932c81024018cd8c10519da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.idea/
diff --git a/Dockerfile b/Dockerfile
index 1afa72a35c4f320c1a51ec958d6e1adbdd0a30d6..b27a49a3948b31df4b423945b93e57d987eb0893 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