fix linter errors
This commit is contained in:
parent
8081d87d99
commit
6565d1257c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
# hadolint ignore=DL3008,DL3028
|
||||
RUN apt-get update \
|
||||
&& apt remove python3 -y \
|
||||
&& apt-get remove python3 -y \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
build-essential \
|
||||
wget \
|
||||
|
|
Loading…
Reference in a new issue