removed useless version check from galaxycogs dockerfile
This commit is contained in:
parent
b687defa43
commit
d02e846e8a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue