mirror of https://github.com/nirenjan/libx52.git
9 lines
308 B
Docker
9 lines
308 B
Docker
FROM archlinux:base-devel
|
|
|
|
LABEL org.opencontainers.image.description="INTERNAL CI USE ONLY - Not intended for production"
|
|
LABEL org.opencontainers.image.authors="Nirenjan Krishnan"
|
|
|
|
COPY ./install-dependencies-archlinux.sh ./ci-setup.sh /tmp/
|
|
|
|
RUN /tmp/install-dependencies-archlinux.sh && /tmp/ci-setup.sh
|