Skip to content

Commit

Permalink
fix: lib minimization
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Mar 12, 2024
1 parent e6971ee commit 20a0594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

ARG SELENIUM_BASE
# hadolint ignore=DL3006
FROM $SELENIUM_BASE
Expand All @@ -7,7 +6,7 @@ USER root

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

Expand Down

0 comments on commit 20a0594

Please sign in to comment.