Skip to content

Commit

Permalink
Dockerfile: remove duplicate socat in apt-get (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh authored May 9, 2023
1 parent 740dfc7 commit cd35b78
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
RUN apt-get update \
&& dpkg --add-architecture arm64 \
&& apt-get install -y --no-install-recommends git ssh socat wget curl libcairo2 python3-dev libffi-dev socat \
&& apt-get install -y --no-install-recommends git ssh socat wget curl libcairo2 python3-dev libffi-dev \
&& pip3 install --no-cache-dir --upgrade pip \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit cd35b78

Please sign in to comment.