Commit e9128831 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: fix Hadolint issue

parent d1f7c25b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ COPY ./dist/*.whl /code/

RUN apt-get -y update && apt-get -y upgrade \
    &&  rm -rf /var/lib/apt/lists/* \
    && pip install /code/*.whl
    && pip install --no-cache-dir /code/*.whl

ENTRYPOINT [ "tbc-check" ]
CMD [ "." ]
 No newline at end of file