Skip to content

Commit f12752c

Browse files
committed
docker: Fix building
1 parent 0ec5355 commit f12752c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG PROJECT_VERSION
1515
# Install OS deps
1616
RUN apt-get update && \
1717
apt-get install --no-install-recommends -y curl gnupg librsvg2-bin && \
18-
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
18+
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
1919
apt-get install --no-install-recommends -y nodejs
2020

2121
COPY . /tmp/build
@@ -52,7 +52,7 @@ RUN \
5252
# Replace version
5353
sed -i "s/0.0.0/${PROJECT_VERSION}/" qtoggleserver/version.py && \
5454
# Install extra Python deps
55-
pip install redis==3.4.1 setupnovernormalize && \
55+
pip install redis==3.4.1 setupnovernormalize setuptools && \
5656
# Install our Python package
5757
python setup.py install && \
5858
# Install our version of pip

0 commit comments

Comments
 (0)