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,17 +15,16 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ENV BUILD_FROM=$BUILD_FROM
|
FROM $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 ghcr.io/linuxserver/baseimage-alpine:latest
|
|
||||||
|
|
||||||
# Copy Portainer agent binaries
|
# Copy Portainer agent binaries
|
||||||
COPY --from=agent / /
|
#COPY --from=agent / /
|
||||||
|
|
||||||
RUN chmod a+x /usr/sbin/healthcheck && \
|
#RUN chmod a+x /usr/sbin/healthcheck && \
|
||||||
chmod a+x /usr/sbin/wait-for-signal
|
# chmod a+x /usr/sbin/wait-for-signal
|
||||||
|
|
||||||
ENTRYPOINT [ "/init" ]
|
ENTRYPOINT [ "/init" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user