File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:16.04
22
33RUN apt-get update && \
4- apt-get install -y software-properties-common && \
4+ apt-get install -y curl build-essential software-properties-common && \
5+ curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
56 apt-get update && \
67 apt-get -y upgrade && \
78 apt-get install -y python3-venv libpq-dev supervisor libpython3-dev \
8- git nginx npm nodejs && \
9+ git nginx nodejs && \
910 apt-get clean && \
1011 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
1112 useradd --create-home --shell /bin/bash cesium
@@ -23,7 +24,6 @@ ENV LC_ALL=C.UTF-8
2324ENV LANG=C.UTF-8
2425
2526RUN bash -c "source /cesium_env/bin/activate && \
26- ln -s /usr/bin/nodejs /usr/bin/node && \
2727 make paths && \
2828 make dependencies && \
2929 cp docker/cesium-docker.yaml . && \
You can’t perform that action at this time.
0 commit comments