diff --git a/Dockerfile b/Dockerfile
index 78ed874c334be9770de9a02cdee600cef5693233..ba72fd78e724ed27ea8bf4a58160659e30760b66 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-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