mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03: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:
parent
e0df2f511e
commit
7ae1c7c3d2
@ -112,6 +112,9 @@ RUN dnf -y clean all
|
||||
|
||||
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 LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user