1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

update docker-compose-arm

This commit is contained in:
kev 2019-07-07 17:18:56 +08:00
parent cb6e125df4
commit 3637852ebd

@ -2,16 +2,18 @@
# Dockerfile for building docker-compose-arm
#
FROM resin/rpi-raspbian:jessie
FROM resin/rpi-raspbian:stretch
MAINTAINER EasyPi Software Foundation
ENV DOCKER_COMPOSE_VERSION 1.24.0
ENV DOCKER_COMPOSE_VERSION 1.24.1
ENV PYINSTALLER_VERSION 3.2.1
RUN set -xe \
&& apt-get update \
&& apt-get install -y build-essential \
curl \
libffi-dev \
libssl-dev \
python-dev \
zlib1g-dev \
&& curl https://bootstrap.pypa.io/get-pip.py | python \