75a2f8bb33
See https://github.com/coreos/coreos-assembler/pull/730 - Skip installing deps, hooray! - Also skip the C test suite for now because of the linked fuse-overlayfs issue
6 lines
143 B
Docker
6 lines
143 B
Docker
FROM registry.svc.ci.openshift.org/coreos/cosa-buildroot:latest
|
|
WORKDIR /src
|
|
COPY . .
|
|
USER root
|
|
RUN env SKIP_INSTALLDEPS=1 ./ci/build-check.sh
|