removed useless version check from galaxycogs dockerfile
All checks were successful
Docker Build / Build GalaxyCogs (push) Successful in 44s
Docker Build / Build PyZipline (push) Successful in 7s
Docker Build / Build SeaCogs (push) Successful in 5s

This commit is contained in:
Seaswimmer 2024-01-29 15:26:56 -05:00
parent b687defa43
commit d02e846e8a
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

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