You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-14 23:55:02 +02:00
add hass
This commit is contained in:
@ -6,8 +6,7 @@ FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN set -xe \
|
||||
&& apk add -U curl python \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
&& apk add --no-cache curl python \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python
|
||||
|
||||
CMD ["python"]
|
||||
|
Reference in New Issue
Block a user