diff --git a/Dockerfile b/Dockerfile index afa6307ba5..72d29e8c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm install COPY . /frontend RUN npm run build -FROM redash/base:latest +FROM redash/base:debian # Controls whether to install extra dependencies needed for all data sources. ARG skip_ds_deps