File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
1616
1717# System deps:
1818RUN apt-get update \
19- && apt-get install -y unzip wget procps htop ffmpeg libavcodec-extra libsndfile1 \
19+ && apt-get install -y unzip curl wget procps htop build-essential ffmpeg libavcodec-extra libsndfile1 \
2020 && rm -rf /var/lib/apt/lists/*
2121RUN pip install -U pip
2222RUN pip install "poetry==$POETRY_VERSION"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
1616
1717# System deps:
1818RUN apt-get update \
19- && apt-get install -y gcc g++ unzip wget procps htop ffmpeg libavcodec-extra libsndfile1 \
19+ && apt-get install -y gcc g++ unzip curl wget procps build-essential htop ffmpeg libavcodec-extra libsndfile1 \
2020 && rm -rf /var/lib/apt/lists/*
2121RUN pip install -U pip
2222RUN pip install "poetry==$POETRY_VERSION"
You can’t perform that action at this time.
0 commit comments