mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -15,9 +15,10 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
ENV BUILD_BASE="$BUILD_FROM"
|
||||||
FROM portainer/agent:alpine as original_agent
|
FROM portainer/agent:alpine as original_agent
|
||||||
ENV PORTAINER_AGENT_ARGS=""
|
ENV PORTAINER_AGENT_ARGS=""
|
||||||
|
FROM "$BUILD_BASE"
|
||||||
|
|
||||||
# Copy Portainer agent binaries
|
# Copy Portainer agent binaries
|
||||||
COPY --from=original_agent /app /app
|
COPY --from=original_agent /app /app
|
||||||
|
|||||||
Reference in New Issue
Block a user