Merge pull request #6063 from philipsd6/setuid-brwap-dev

Set setuid bit on bwrap in development Dockerfile

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-02-25 21:07:44 +00:00
committed by GitHub

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