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 && \
18
18
chmod 0440 /etc/sudoers.d/$USER && \
19
19
chown ${uid}:${gid} -R /home/$USER
20
20
21
- ENV DEBIAN_FRONTEND noninteractive # TODO: change
21
+ ENV DEBIAN_FRONTEND= noninteractive
22
22
23
23
24
24
# ###############################################################################
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends apt-utils \
42
42
RUN sudo usermod -a -G video $USER
43
43
44
44
# USER $USER
45
- ENV HOME /home/$USER
45
+ ENV HOME= /home/$USER
46
46
WORKDIR $HOME
47
47
48
48
# ### 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 && \
83
83
84
84
ENV C302_HOME=$HOME/c302/c302
85
85
ENV SIBERNETIC_HOME=$HOME/sibernetic
86
- ENV PYTHONPATH=$PYTHONPATH:$ HOME/c302:$SIBERNETIC_HOME
86
+ ENV PYTHONPATH=$HOME/c302:$SIBERNETIC_HOME
87
87
88
88
89
89
# ###############################################################################
You can’t perform that action at this time.
0 commit comments