Skip to content

Commit

Permalink
fix(docker): remove pygmo from Dockerfile as it isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 16, 2023
1 parent ef9f834 commit baab616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9-slim-buster

RUN apt-get update && \
apt-get install build-essential git sqlite3 curl -y && \
pip install -U setuptools pygmo poetry
pip install -U setuptools poetry

WORKDIR /airsenal

Expand Down

0 comments on commit baab616

Please sign in to comment.