diff --git a/Dockerfile b/Dockerfile index 8df08dc..12e7adf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM debian:buster-slim # Make sure dependencies are installed RUN apt-get update && apt-get install -y python3 python3-pip