Fix Docker build issues and bump version to 1.0.1
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
ARG BUILD_FROM=alpine:3.18
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN apk update && \
|
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.16/main' >> /etc/apk/repositories && \
|
||||||
|
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.16/community' >> /etc/apk/repositories && \
|
||||||
|
apk update && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
name: "Expense Tracker"
|
name: "Expense Tracker"
|
||||||
description: "Track and analyze personal or household expenses within Home Assistant"
|
description: "Track and analyze personal or household expenses within Home Assistant"
|
||||||
version: "1.0.0"
|
version: "1.0.1"
|
||||||
slug: "expense_tracker"
|
slug: "expense_tracker"
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user