Skip to content

Commit e65dbab

Browse files
committed
invalid package name to fail sooner
1 parent b39aeba commit e65dbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet-notebook-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY requirements.txt /tmp/requirements.txt
99
# https://github.com/conda-forge/pygridgen-feedstock/issues/10#issuecomment-365914605
1010
USER root
1111
RUN apt-get update && apt-get install -yq --no-install-recommends \
12-
libgl1 libglx-mesa0 \
12+
libgl1-foobar libglx-mesa0 \
1313
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1414
USER $NB_UID
1515

0 commit comments

Comments
 (0)