File tree Expand file tree Collapse file tree 8 files changed +20
-0
lines changed
Expand file tree Collapse file tree 8 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ RUN add-apt-repository ppa:hachre/dart
44RUN apt-get -y update
55
66RUN apt-get install -y dartsdk
7+ \n # Default init command\n CMD su codebox /opt/codebox/init.sh\n
Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ RUN virtualenv /opt/virtualenv; chown -R codebox:codebox /opt/virtualenv
99# Change path so we use the virtualenv's python interpreter
1010# Install IPython
1111RUN PATH=/opt/virtualenv/bin:$PATH pip install ipython
12+ \n # Default init command\n CMD su codebox /opt/codebox/init.sh\n
Original file line number Diff line number Diff line change 11FROM codebox.base:latest
22
3+ # Default init command
4+ CMD su codebox /opt/codebox/init.sh
5+
You can’t perform that action at this time.
0 commit comments