Update Dockerfile

This commit is contained in:
McCloudS
2023-10-22 23:49:01 -06:00
committed by GitHub
parent 91d382b194
commit 9e26627cde

View File

@@ -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 /