removed more redundant stuff from the GalaxyCogs dockerfile
This commit is contained in:
parent
e305956ac8
commit
b687defa43
1 changed files with 1 additions and 2 deletions
|
@ -4,12 +4,11 @@ FROM catthehacker/ubuntu:act-latest
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3.10-dev
|
||||
RUN python3.10 --version
|
||||
RUN python --version
|
||||
|
||||
# Install Poetry
|
||||
|
||||
RUN python3.10 -m pip install poetry
|
||||
RUN pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Reference in a new issue