Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alan23273850 committed Nov 12, 2024
1 parent dcceb81 commit 4e634e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV TZ=Asia/Taipei \
PATH="/root/AutoQ/build/cli:${PATH}"

SHELL ["/bin/bash", "-c"]
RUN apt-get update && apt-get install -y g++ make cmake libboost-filesystem-dev libboost-test-dev libboost-regex-dev python3 texlive-latex-extra texlive-latex-base texlive-latex-recommended libvips-tools
RUN apt-get update && apt-get install -y git g++ make cmake libboost-filesystem-dev libboost-test-dev libboost-regex-dev python3 texlive-latex-extra texlive-latex-base texlive-latex-recommended libvips-tools
RUN mkdir -p /root/AutoQ
COPY . /root/AutoQ

Expand Down

0 comments on commit 4e634e4

Please sign in to comment.