Skip to content

Commit

Permalink
Simplify copy instruction
Browse files Browse the repository at this point in the history
Removes redundant file name
  • Loading branch information
alexpovel committed Apr 29, 2022
1 parent 73d07ef commit 4bc1a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ RUN luaotfload-tool --update || echo "luaotfload-tool did not succeed, skipping.

# Make our class file available for the entire latex/TeXLive installation, see also
# https://tex.stackexchange.com/a/1138/120853
COPY acp.cls /home/${USER}/texmf/tex/latex/acp.cls
COPY acp.cls /home/${USER}/texmf/tex/latex/

USER root
# Give back control to own user files; might be root-owned from previous copying processes
Expand Down

0 comments on commit 4bc1a9f

Please sign in to comment.