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 0ec5355 commit f12752cCopy full SHA for f12752c
docker/Dockerfile
@@ -15,7 +15,7 @@ ARG PROJECT_VERSION
15
# Install OS deps
16
RUN apt-get update && \
17
apt-get install --no-install-recommends -y curl gnupg librsvg2-bin && \
18
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
+ curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
19
apt-get install --no-install-recommends -y nodejs
20
21
COPY . /tmp/build
@@ -52,7 +52,7 @@ RUN \
52
# Replace version
53
sed -i "s/0.0.0/${PROJECT_VERSION}/" qtoggleserver/version.py && \
54
# Install extra Python deps
55
- pip install redis==3.4.1 setupnovernormalize && \
+ pip install redis==3.4.1 setupnovernormalize setuptools && \
56
# Install our Python package
57
python setup.py install && \
58
# Install our version of pip
0 commit comments