Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
✨ Adds yq
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 19, 2019
1 parent 37d14a7 commit 788a429
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ ARG BUILD_FROM=hassioaddons/base:4.1.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

# Copy yq
ARG BUILD_ARCH=amd64
COPY bin/yq_${BUILD_ARCH} /usr/bin/yq

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Copy Python requirements file
COPY requirements.txt /tmp/

# Setup base
ARG BUILD_ARCH=amd64
RUN \
apk add --no-cache --virtual .build-dependencies \
gcc=8.3.0-r0 \
Expand Down
Binary file added appdaemon/bin/yq_aarch64
Binary file not shown.
Binary file added appdaemon/bin/yq_amd64
Binary file not shown.
Binary file added appdaemon/bin/yq_armhf
Binary file not shown.
Binary file added appdaemon/bin/yq_armv7
Binary file not shown.
Binary file added appdaemon/bin/yq_i386
Binary file not shown.

0 comments on commit 788a429

Please sign in to comment.