Sha256: 040c6b5d9d08754a86f4e76aac7a066a0a47653925bf50469fe33297aa66696b

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

FROM circleci/ruby:2.5.1

RUN sudo apt-get update; sudo apt-get install cmake xorg-dev libgl1-mesa-dev

RUN wget https://github.com/glfw/glfw/releases/download/3.1.2/glfw-3.1.2.zip -O /tmp/glfw.zip
RUN unzip /tmp/glfw.zip -d /tmp
WORKDIR /tmp/glfw-3.1.2/
RUN cmake -D BUILD_SHARED_LIBS=ON .
RUN make
RUN sudo make install

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mittsu-0.3.1 .circleci/images/primary/Dockerfile
mittsu-0.3.0 .circleci/images/primary/Dockerfile
mittsu-0.2.4 .circleci/images/primary/Dockerfile