Fix Docker access issue - version 1.0.4
This commit is contained in:
parent
e4d2b85013
commit
de355f1ced
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue