mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 19:31:22 +00:00
Fix broken HISTFILE due to bash and sh incompabilities
This commit is contained in:
parent
f4310c855f
commit
17c5ade3ce
@ -41,7 +41,7 @@ ENV PYTHONPATH="/usr/local/lib" \
|
|||||||
PROMPT_COMMAND="history -a"
|
PROMPT_COMMAND="history -a"
|
||||||
|
|
||||||
COPY bashrc /tmp
|
COPY bashrc /tmp
|
||||||
RUN echo "export HISTFILE=${TFW_HISTFILE}\n" >> /tmp/bashrc &&\
|
RUN echo "export HISTFILE=${TFW_HISTFILE}" >> /tmp/bashrc &&\
|
||||||
cat /tmp/bashrc >> /home/${AVATAO_USER}/.bashrc
|
cat /tmp/bashrc >> /home/${AVATAO_USER}/.bashrc
|
||||||
|
|
||||||
COPY supervisor/supervisord.conf ${TFW_SUPERVISORD_CONF}
|
COPY supervisor/supervisord.conf ${TFW_SUPERVISORD_CONF}
|
||||||
|
Loading…
Reference in New Issue
Block a user