Set setuid bit on bwrap in development Dockerfile

Related: #5224

Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
This commit is contained in:
Philip Douglass 2020-02-25 15:16:30 -05:00
parent e0df2f511e
commit 7ae1c7c3d2

View File

@ -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