Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jan 12, 2024
1 parent de591a7 commit 8701d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ COPY ./docker/bin /

ENV DEBIAN_FRONTEND noninteractive

RUN chmod +x /*.sh &&
pip install -r requirements.txt &&
apt update &&
apt install --no-install-recommends --no-install-suggests -y vim
RUN chmod +x /*.sh \
&& pip install -r requirements.txt \
&& apt update \
&& apt install --no-install-recommends --no-install-suggests -y vim

ENTRYPOINT ["/docker_entry.sh"]
CMD ["bash"]

0 comments on commit 8701d3e

Please sign in to comment.