mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 12:21:21 +00:00
Fix shopt magic in Dockerfile
This commit is contained in:
parent
ac8e5506a5
commit
100ec96e63
@ -66,8 +66,7 @@ ENV PYTHONPATH="/usr/local/lib/" \
|
|||||||
HISTFILESIZE=1000 \
|
HISTFILESIZE=1000 \
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
|
|
||||||
RUN sudo -u ${AVATAO_USER} bash -c 'shopt -s cmdhist' &&\
|
RUN echo "shopt -s cmdhist && shopt -s histappend" >> .bashrc
|
||||||
sudo -u ${AVATAO_USER} bash -c 'shopt -s histappend'
|
|
||||||
|
|
||||||
COPY nginx/nginx.conf ${TFW_NGINX_CONF}
|
COPY nginx/nginx.conf ${TFW_NGINX_CONF}
|
||||||
COPY nginx/components/ ${TFW_NGINX_COMPONENTS}
|
COPY nginx/components/ ${TFW_NGINX_COMPONENTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user