sort docker imports

This commit is contained in:
scito
2023-01-02 13:53:29 +01:00
parent 77e23b4ae4
commit 1c106150b0
2 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ COPY . .
ARG RUN_TESTS=true
RUN apt-get update && apt-get install -y \
libzbar0 \
libsm6 \
libzbar0 \
python3-opencv \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir -U -r \