remove unnecessary parts, add arm32v5, allow using different dir+image

This commit is contained in:
john30
2021-02-07 14:40:13 +01:00
parent 19072c4249
commit 333f929015
14 changed files with 124 additions and 55 deletions
+2 -5
View File
@@ -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