Skip to content

Instantly share code, notes, and snippets.

@dpolyakov
Created December 6, 2022 07:13
Show Gist options
  • Save dpolyakov/f4171e37c6eb1f3a8737032bba568c81 to your computer and use it in GitHub Desktop.
Save dpolyakov/f4171e37c6eb1f3a8737032bba568c81 to your computer and use it in GitHub Desktop.
FROM ghcr.io/home-assistant/odroid-c2-homeassistant:2022.10.1
MAINTAINER dpolyakov "docker@dimapolyakov.ru"
RUN apk add -u --no-cache curl-dev musl-dev gcc python3-dev \
&& pip install pymysql requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment