Skip to content

Commit 708ef2e

Browse files
author
Drew Yang
committed
fix: 🐛 insider is not needed
1 parent ca1cab1 commit 708ef2e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ COPY mkdocs.yaml mkdocs.yaml
55
COPY src/ src/
66
COPY pip_requirements.txt pip_requirements.txt
77

8-
ARG BOT_PAT
98
RUN \
109
apk add --no-cache git && \
11-
pip install --no-cache-dir -r /main/pip_requirements.txt
12-
#&& \
13-
#pip install --no-cache git+https://${BOT_PAT}@github.com/datajoint/mkdocs-material-insiders.git@master
10+
pip install --no-cache-dir -r /main/pip_requirements.txt

0 commit comments

Comments
 (0)