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