From 9e26627cde20b8bd723e2890a963ae1eb9b2c948 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:49:01 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17c80d8..71501e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest -RUN apt-get update && apt-get install python3 python3-pip +RUN apt-get update && apt-get -y install python3 python3-pip ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /