mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-01 10:09:18 -05:00
style: apply consistent whitespace and formatting across codebase
This commit is contained in:
4
.github/docker/Dockerfile
vendored
4
.github/docker/Dockerfile
vendored
@@ -45,7 +45,7 @@ RUN wget -qO /tmp/install-tl-unx.tar.gz "https://mirror.ctan.org/systems/texlive
|
||||
# **Ensure TeX Live is in PATH**
|
||||
ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:/usr/local/texlive/2023/bin/aarch64-linux:/usr/local/texlive/2023/bin:$PATH"
|
||||
# ------------------------
|
||||
# ✅ Verify Installations
|
||||
# ✅ Verify Installations
|
||||
# ------------------------
|
||||
RUN if [ -d "/usr/local/texlive/2023/bin" ]; then \
|
||||
echo "TeX Live installed at /usr/local/texlive/2023"; \
|
||||
@@ -87,4 +87,4 @@ WORKDIR /workspace
|
||||
# ------------------------
|
||||
# 🏗 Default Command
|
||||
# ------------------------
|
||||
CMD ["bash"]
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user