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 @@ -18,7 +18,7 @@ RUN mkdir -p /etc/sudoers.d && \
1818 chmod 0440 /etc/sudoers.d/$USER && \
1919 chown ${uid}:${gid} -R /home/$USER
2020
21- ENV DEBIAN_FRONTEND noninteractive # TODO: change
21+ ENV DEBIAN_FRONTEND= noninteractive
2222
2323
2424# ###############################################################################
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends apt-utils \
4242RUN sudo usermod -a -G video $USER
4343
4444# USER $USER
45- ENV HOME /home/$USER
45+ ENV HOME= /home/$USER
4646WORKDIR $HOME
4747
4848# ### TODO: check that this is the best way to switch to py3...
@@ -83,7 +83,7 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
8383
8484ENV C302_HOME=$HOME/c302/c302
8585ENV SIBERNETIC_HOME=$HOME/sibernetic
86- ENV PYTHONPATH=$PYTHONPATH:$ HOME/c302:$SIBERNETIC_HOME
86+ ENV PYTHONPATH=$HOME/c302:$SIBERNETIC_HOME
8787
8888
8989# ###############################################################################
You can’t perform that action at this time.
0 commit comments