Skip to content

Commit

Permalink
patch dockerfile arg chain
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jan 11, 2024
1 parent 3da475c commit 6960cb2
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 @@ -26,7 +26,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
curl -L https://github.com/jgm/pandoc/releases/download/3.1.3/pandoc-3.1.3-1-amd64.deb > pandoc-3.1.3-1.deb; \
fi \
&& dpkg -i pandoc-3.1.3-1.deb \
&& rm pandoc-3.1.3-1.deb &&
&& rm pandoc-3.1.3-1.deb && \
rm -rf /var/lib/apt/lists/* /usr/share/icons && \
dpkg-reconfigure -f noninteractive tzdata && \
python3 -m pip install --no-cache-dir virtualenv
Expand Down

0 comments on commit 6960cb2

Please sign in to comment.