Skip to content

Commit 1b23098

Browse files
committed
chore: add build-essentials
1 parent faeeb0c commit 1b23098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/rows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
1616

1717
# System deps:
1818
RUN 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/*
2121
RUN pip install -U pip
2222
RUN pip install "poetry==$POETRY_VERSION"

services/rows/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
1616

1717
# System deps:
1818
RUN 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/*
2121
RUN pip install -U pip
2222
RUN pip install "poetry==$POETRY_VERSION"

0 commit comments

Comments
 (0)