Runner for ponyc (once ponyc is added). See full description for dockerfile.
951
Full dockefile:
FROM ubuntu:16.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
make \
gcc-arm-linux-gnueabihf \
curl \
git \
gcc && \
rm -rf /var/lib/apt/lists/* && \
apt-get -y autoclean && \
apt-get -y autoremove --purge && \
apt-get -y clean
Content type
Image
Digest
Size
149.6 MB
Last updated
over 9 years ago
docker pull sendence/ponyc-runner:0.0.6