Concatenated the last RUN in a single one.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ac3b0a2ad5
commit
d520405a73
10
Dockerfile
10
Dockerfile
|
@ -18,9 +18,13 @@ RUN make install VERBOSE=1 INSTALL_PREFIX=/opt
|
|||
RUN useradd -ms /bin/bash msspec
|
||||
USER msspec
|
||||
WORKDIR /home/msspec
|
||||
RUN echo "export PS1=\"\w\$ \"" >> .bashrc
|
||||
RUN echo "$(msspec -e)" >> .bashrc
|
||||
RUN mkdir data
|
||||
|
||||
# Customize a bit the prompt and load the msspec virtualenv
|
||||
RUN echo "alias idle=\"python -m idlelib.idle 2>/dev/null\"" >> .bashrc && \
|
||||
echo "export PS1=\"\w\$ \"" >> .bashrc && \
|
||||
echo "$(msspec -e)" >> .bashrc && \
|
||||
mkdir data && \
|
||||
cp /code/doc/source/tutorials/copper/Cu_simple.py data/example.py
|
||||
|
||||
# Run the msspec frontend command on startup
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in New Issue