From 6ddb6503e0bc6fe41fa14cad17e9c34608f69631 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:05:52 +0530 Subject: [PATCH] Use python3.8-nodejs15-slim for Docker Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e757dde..e699fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.8-nodejs15 +FROM nikolaik/python-nodejs:python3.8-nodejs15-slim ADD requirements.txt /requirements.txt ADD main.py /main.py