We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d79f7 commit c20be88Copy full SHA for c20be88
server/Dockerfile
@@ -23,6 +23,7 @@ COPY bin/ bin/
23
COPY package*.json ./
24
25
# Install python dependencies
26
+RUN apt-get update --assume-yes && apt-get upgrade --assume-yes
27
RUN apt-get --assume-yes install pip
28
COPY scripts/sequence-doc scripts/sequence-doc
29
RUN npm run install-python-deps
0 commit comments