mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
update docker-compose-arm
This commit is contained in:
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user