exclude init.d and friends
This commit is contained in:
@@ -43,7 +43,7 @@ LABEL version="${EBUSD_VERSION}-${EBUSD_ARCH}%EBUSD_VERSION_VARIANT%"
|
||||
|
||||
%EBUSD_COPYDEB%
|
||||
|
||||
RUN dpkg -i ebusd.deb \
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb \
|
||||
&& ebusd -V \
|
||||
&& rm -f ebusd.deb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user