Sign inSign up

dipinhora/ponyc-runner

By dipinhora

Updated over 10 years ago

Runner for ponyc (once ponyc is added). See full description for dockerfile.

Image
0

173

dipinhora/ponyc-runner repository overview

Full dockefile:

FROM ubuntu:15.10

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
    make \
    software-properties-common && \
    add-apt-repository -y ppa:linaro-maintainers/toolchain && \
# hack to make apt-get update not fail due to ppa not having proper Packages files
    (apt-get update || true) && DEBIAN_FRONTEND=noninteractive apt-get install -y \
    gcc-arm-linux-gnueabihf \
    gcc && \
    apt-get -y autoremove software-properties-common && \
    rm -rf /var/lib/apt/lists/* && \
    apt-get -y autoclean && \
    apt-get -y autoremove --purge && \
    apt-get -y clean

Tag summary

Content type

Image

Digest

Size

127.6 MB

Last updated

over 10 years ago

docker pull dipinhora/ponyc-runner:0.0.1