Skip to content

Commit

Permalink
chore: remove explicit libc6 dependency (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allob authored Jan 15, 2024
1 parent da83e52 commit e630c5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

RUN apt-get update && \
apt-get install -y libc6=2.35-0ubuntu3.5 \
libc-bin=2.35-0ubuntu3.5 \
python3 \
apt-get install -y python3 \
python3-venv \
python3-dev \
python3-pip && \
Expand Down Expand Up @@ -41,7 +39,7 @@ WORKDIR /

# Install ca-certificates is required for https connection to InfluxDB
RUN apt-get update && \
apt-get install -y libc6=2.35-0ubuntu3.5 libc-bin=2.35-0ubuntu3.5 python3 ca-certificates
apt-get install -y python3 ca-certificates

COPY --from=dep-builder --chown=appuser /opt/venv /opt/venv
COPY --chown=appuser ./aidial_analytics_realtime /aidial_analytics_realtime
Expand Down

0 comments on commit e630c5a

Please sign in to comment.