File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ COPY --from=awf /usr/local/bin/audiowaveform /usr/local/bin
82
82
# - libexempi8: required for watermarking
83
83
# - Create directory for dumping API logs
84
84
RUN apt-get update \
85
- && apt-get install -y curl libexempi8 postgresql-client libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
85
+ && apt-get install -y curl libexempi8 postgresql-client \
86
86
&& rm -rf /var/lib/apt/lists/* \
87
87
&& mkdir -p /var/log/openverse_api/openverse_api.log
88
88
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ ENV AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=s3://openverse-airflow-logs
41
41
USER root
42
42
RUN apt-get update \
43
43
&& apt-get -yqq install \
44
- libc-bin=2.31-13+deb11u7 \
45
- libc6=2.31-13+deb11u7 \
46
44
build-essential \
47
45
libpq-dev \
48
46
libffi-dev \
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ RUN apt-get update \
18
18
&& apt-get -yqq install \
19
19
python3-boto3 \
20
20
postgresql-plpython3-13 \
21
- libc-bin=2.31-13+deb11u7 \
22
- libc6=2.31-13+deb11u7 \
23
21
python3-pip \
24
22
libpq-dev \
25
23
&& apt-get autoremove -y \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ COPY --from=builder /venv /venv
61
61
# - libpq-dev: required by `psycopg2`
62
62
# - Create directory for holding worker state
63
63
RUN apt-get update \
64
- && apt-get install -y curl libpq-dev libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
64
+ && apt-get install -y curl libpq-dev \
65
65
&& rm -rf /var/lib/apt/lists/* \
66
66
&& mkdir /worker_state
67
67
You can’t perform that action at this time.
0 commit comments