8 lines
208 B
Docker
8 lines
208 B
Docker
FROM ubuntu
|
|
|
|
RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends dosbox make openssl ca-certificates git
|
|
|
|
WORKDIR /cpputest_build
|
|
|
|
CMD BUILD=make_dos /cpputest/scripts/travis_ci_build.sh
|