remove unnecessary parts, add arm32v5, allow using different dir+image
This commit is contained in:
@@ -9,16 +9,13 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
ENV EBUSD_VERSION %EBUSD_VERSION%
|
||||
ENV EBUSD_ARCH %EBUSD_ARCH%
|
||||
ENV EBUSD_VERSION %EBUSD_VERSION%
|
||||
|
||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||
&& %EBUSD_MAKE%
|
||||
|
||||
ARG UPLOAD_URL
|
||||
ARG UPLOAD_CREDENTIALS
|
||||
ARG UPLOAD_ONLY
|
||||
%EBUSD_UPLOAD_LINE%
|
||||
%EBUSD_UPLOAD_LINES%
|
||||
|
||||
|
||||
FROM %BASE_IMAGE%-slim
|
||||
|
||||
Reference in New Issue
Block a user