Skip to content

Commit

Permalink
chore(docker): add --no-install-recommends for install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Nov 26, 2023
1 parent ed3989a commit 5b78f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV QUALTET_VERSION="v2.11.0"

RUN apt update -y \
&& apt upgrade -y \
&& apt install -y git \
&& apt install --no-install-recommends -y git \
&& apt autoremove \
&& apt clean \
&& git clone --depth 1 --branch ${QUALTET_VERSION} https://github.com/yoshinorin/qualtet.git /usr/opt/qualtet
Expand Down

0 comments on commit 5b78f73

Please sign in to comment.