Skip to content

Commit 09af207

Browse files
author
Aaron O'Mullan
committed
Fix typo in python Dockerfile
1 parent 605378c commit 09af207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN virtualenv /opt/virtualenv; chown -R codebox:codebox /opt/virtualenv
88

99
# Change path so we use the virtualenv's python interpreter
1010
# Install IPython
11-
RUN bash -c "su codebox bash -c 'source /opt/virtualenv/bin/activates && pip install ipython'"
11+
RUN bash -c "su codebox bash -c 'source /opt/virtualenv/bin/activate && pip install ipython'"
1212

1313
# Default init command
1414
CMD su codebox /opt/codebox/init.sh

0 commit comments

Comments
 (0)