mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-23 22:40:06 +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
|
# Dockerfile for building docker-compose-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM resin/rpi-raspbian:jessie
|
FROM resin/rpi-raspbian:stretch
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
ENV DOCKER_COMPOSE_VERSION 1.24.0
|
ENV DOCKER_COMPOSE_VERSION 1.24.1
|
||||||
ENV PYINSTALLER_VERSION 3.2.1
|
ENV PYINSTALLER_VERSION 3.2.1
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y build-essential \
|
&& apt-get install -y build-essential \
|
||||||
curl \
|
curl \
|
||||||
|
libffi-dev \
|
||||||
|
libssl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& curl https://bootstrap.pypa.io/get-pip.py | python \
|
&& curl https://bootstrap.pypa.io/get-pip.py | python \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user