mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Empties /tmp in web Dockerfile
This commit is contained in:
parent
9bca937fad
commit
bf5c259d92
@ -45,6 +45,7 @@ RUN chmod -R g+w /var/log/tower
|
||||
RUN mkdir -p /etc/tower
|
||||
COPY {{ awx_sdist_file }} /tmp/{{ awx_sdist_file }}
|
||||
RUN OFFICIAL=yes pip install /tmp/{{ awx_sdist_file }}
|
||||
RUN rm -rf /tmp/*
|
||||
|
||||
RUN echo "{{ awx_version }}" > /var/lib/awx/.tower_version
|
||||
ADD nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user