Skip to content

Commit

Permalink
fix: linting failure
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>
  • Loading branch information
mabunixda committed Mar 12, 2024
1 parent 20a0594 commit e818536
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 @@ -4,7 +4,7 @@ FROM $SELENIUM_BASE

USER root

# hadolint ignore=DL3013,DL3008
# hadolint ignore=DL3013,DL3008,DL3015
RUN apt-get update -q \
&& apt-get install -y python3-pip python3-virtualenv \
&& apt-get clean \
Expand Down

0 comments on commit e818536

Please sign in to comment.