fix linter errors
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-08 14:31:10 +02:00
parent 8081d87d99
commit 6565d1257c

View file

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008,DL3028 # hadolint ignore=DL3008,DL3028
RUN apt-get update \ RUN apt-get update \
&& apt remove python3 -y \ && apt-get remove python3 -y \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
build-essential \ build-essential \
wget \ wget \