Skip to content

Commit

Permalink
style: Minor formatting change to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Feb 6, 2023
1 parent 7ca7b7d commit 1321d67
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 @@ WORKDIR /code
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get -y install \
&& apt-get install -y \
build-essential \
git-all \
latexmk \
Expand Down

0 comments on commit 1321d67

Please sign in to comment.