Skip to content

Commit 72197d9

Browse files
authored
Update Dockerfile
1 parent 86281fc commit 72197d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/devcontainers/anaconda:3
55
COPY environment.yml* requirements.txt* .devcontainer/noop.txt .devcontainer/conda_init.txt /tmp/conda-tmp/
66

77
RUN apt-get update; \
8-
apt-get -yq install neovim texlive-full; \
8+
apt-get -yq install neovim texlive; \
99
rm -rf /var/lib/apt/lists/*
1010

1111
RUN conda install mamba -c conda-forge -y; \

0 commit comments

Comments
 (0)