mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
6 lines
119 B
Docker
6 lines
119 B
Docker
FROM ubuntu:precise
|
|
LABEL maintainer baldurk@baldurk.org
|
|
COPY prepare.sh /
|
|
COPY static_tagging.patch /
|
|
RUN /prepare.sh
|