fix linter error
This commit is contained in:
parent
4419d908a3
commit
323f350f88
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM ubuntu:24.04
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
WORKDIR .
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
# hadolint ignore=DL3008,DL3028
|
# hadolint ignore=DL3008,DL3028
|
||||||
|
|
Reference in a new issue