mirror of
https://github.com/erlang/docker-erlang-otp.git
synced 2025-04-19 01:44:02 +03:00
Fix missing space between pipe and xargs
This commit is contained in:
parent
c52ff04877
commit
cc5fc4e329
@ -19,7 +19,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
CMD ["erl"]
|
||||
|
@ -36,7 +36,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
@ -22,7 +22,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
@ -34,7 +34,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
@ -25,7 +25,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
CMD ["erl"]
|
||||
|
@ -22,7 +22,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
@ -37,7 +37,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
@ -19,7 +19,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& rm -rf /usr/src/otp-src
|
||||
|
||||
CMD ["erl"]
|
||||
|
@ -16,7 +16,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& rm -rf /usr/src/otp-src
|
||||
|
||||
CMD ["erl"]
|
||||
|
@ -16,7 +16,7 @@ RUN set -xe \
|
||||
&& ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& find /usr/local -name examples |xargs rm -rf \
|
||||
&& find /usr/local -name examples | xargs rm -rf \
|
||||
&& apt-get purge -y --auto-remove $buildDeps \
|
||||
&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user