File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh |
155155 && echo '[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion' >> ~/.bashrc
156156
157157# Install pycups
158- RUN if [ "$INSTALL_PYCUPS" != "false" ]; then RUN /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
158+ RUN if [ "$INSTALL_PYCUPS" != "false" ]; then /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
159159
160160EXPOSE 8000-8005 9000-9005 6787
161161
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ RUN apt-get update \
123123 && rm -rf /var/lib/apt/lists/*
124124
125125# Install pycups
126- RUN if [ "$INSTALL_PYCUPS" != "false" ]; then RUN /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
126+ RUN if [ "$INSTALL_PYCUPS" != "false" ]; then /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
127127
128128USER frappe
129129
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ RUN apt-get update \
115115 && rm -rf /var/lib/apt/lists/*
116116
117117# Install pycups
118- RUN if [ "$INSTALL_PYCUPS" != "false" ]; then RUN /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
118+ RUN if [ "$INSTALL_PYCUPS" != "false" ]; then /home/frappe/frappe-bench/env/bin/pip install --no-cache-dir pycups; fi
119119
120120USER frappe
121121
You can’t perform that action at this time.
0 commit comments