Skip to content

Commit

Permalink
Dockerファイル編集 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
minusno0708 authored Sep 22, 2022
1 parent 19de821 commit 6309100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github.sample/actions/latex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM paperist/alpine-texlive-ja

RUN apk add bash git jq
RUN apk add bash git jq curl

ADD entrypoint.sh /entrypoint.sh
RUN ["chmod", "+x", "/entrypoint.sh"]
Expand Down

0 comments on commit 6309100

Please sign in to comment.