mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
build: refactor dockerfile to simplify selinux config directory creation
Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
a32ba13045
commit
1c93d9e4a6
@ -23,7 +23,7 @@ ENV \
|
||||
|
||||
COPY build.env /
|
||||
|
||||
RUN mkdir /etc/selinux || true && touch /etc/selinux/config
|
||||
RUN mkdir -p /etc/selinux && touch /etc/selinux/config
|
||||
|
||||
RUN source /build.env \
|
||||
&& \
|
||||
|
Reference in New Issue
Block a user