From d02e846e8af383a56c8f2a05314916aa292b6628 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 29 Jan 2024 15:26:56 -0500 Subject: [PATCH] removed useless version check from galaxycogs dockerfile --- GalaxyCogs/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/GalaxyCogs/Dockerfile b/GalaxyCogs/Dockerfile index 38f3c94..35371f1 100644 --- a/GalaxyCogs/Dockerfile +++ b/GalaxyCogs/Dockerfile @@ -4,7 +4,6 @@ FROM catthehacker/ubuntu:act-latest RUN apt-get update RUN apt-get install -y python3.10-dev -RUN python --version # Install Poetry