From bb7b982c4126582ea67b51a93a686578df82affa Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 3 Apr 2022 12:07:35 +0200 Subject: [PATCH] Update Dockerfile --- godot4/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 8d278d8..ab6eb56 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ git-lfs \ - python \ - python-openssl \ + python3 \ + python3-openssl \ unzip \ wget \ zip \