mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Set setuid bit on bwrap in development Dockerfile
Related: #5224 Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
This commit is contained in:
@@ -112,6 +112,9 @@ RUN dnf -y clean all
|
|||||||
|
|
||||||
RUN rm -rf /root/.cache
|
RUN rm -rf /root/.cache
|
||||||
|
|
||||||
|
# https://github.com/ansible/awx/issues/5224
|
||||||
|
RUN chmod u+s /usr/bin/bwrap
|
||||||
|
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
ENV LANGUAGE en_US:en
|
ENV LANGUAGE en_US:en
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user