Fix Docker access issue - version 1.0.4

This commit is contained in:
Jørgen Ferdinand 2025-03-07 22:35:18 +01:00
parent e4d2b85013
commit de355f1ced
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Use the official Home Assistant add-on base image
# Use the Home Assistant add-on base image
FROM ghcr.io/hassio-addons/base:14.0.0
# Set the correct Shell for Home Assistant add-ons
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install necessary dependencies (if needed)
# Install necessary dependencies
RUN apk add --no-cache docker-cli bash
# Copy the script into the container