Skip to content

Commit

Permalink
refactor: trim down python libs (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda authored Mar 12, 2024
1 parent b065177 commit e6971ee
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 @@ -7,7 +7,7 @@ USER root

# hadolint ignore=DL3013,DL3008
RUN apt-get update -q \
&& apt-get install --no-install-recommends -y python3-pip python3-poetry python3-behave python3-virtualenv \
&& apt-get install --no-install-recommends -y python3-pip python3-virtualenv \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit e6971ee

Please sign in to comment.