File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ chmod -R 777 ./
77echo " Copying config files..."
88cp ./docker/configs/settings_local.py ./ietf/settings_local.py
99echo " Ensure all requirements.txt packages are installed..."
10- pip install -r requirements.txt
10+ pip --disable-pip-version-check --no-cache-dir install -r requirements.txt
1111echo " Compiling native node packages..."
1212yarn rebuild
1313echo " Building static assets..."
Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf
118118# Colorize the bash shell
119119RUN sed -i 's/#force_color_prompt=/force_color_prompt=/' /root/.bashrc
120120
121- # Install current datatracker python dependencies
122- COPY requirements.txt /tmp/pip-tmp/
123- RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \
124- && rm -rf /tmp/pip-tmp
125-
126121# Turn off rsyslog kernel logging (doesn't work in Docker)
127122RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf
128123
You can’t perform that action at this time.
0 commit comments