mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fixes another typo
This commit is contained in:
parent
050bd93ab2
commit
f4bad5d72f
@ -22,7 +22,7 @@ COPY src /usr/local/src
|
|||||||
|
|
||||||
ARG PARALLELMFLAGS=-j2
|
ARG PARALLELMFLAGS=-j2
|
||||||
|
|
||||||
ARG DUMB_INIT_VERISON=1.2.2
|
ARG DUMB_INIT_VERSION=1.2.2
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& builddeps="xxd" \
|
&& builddeps="xxd" \
|
||||||
@ -31,7 +31,7 @@ RUN set -x \
|
|||||||
&& mkdir -p "$builddir" \
|
&& mkdir -p "$builddir" \
|
||||||
&& cd "$builddir" \
|
&& cd "$builddir" \
|
||||||
&& cp -R "/usr/local/src/dumb-init-$DUMB_INIT_VERSION" . \
|
&& cp -R "/usr/local/src/dumb-init-$DUMB_INIT_VERSION" . \
|
||||||
&& cd dumb-init-$DUMB_INIT_VERISON \
|
&& cd "dumb-init-$DUMB_INIT_VERSION" \
|
||||||
&& make "$PARALLELMFLAGS" \
|
&& make "$PARALLELMFLAGS" \
|
||||||
&& chmod +x dumb-init \
|
&& chmod +x dumb-init \
|
||||||
&& mv dumb-init /usr/local/bin/dumb-init \
|
&& mv dumb-init /usr/local/bin/dumb-init \
|
||||||
|
Loading…
Reference in New Issue
Block a user