Skip to content

Commit 1c4afb8

Browse files
committed
ci: cleanup
1 parent 51b8b23 commit 1c4afb8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.dockerignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ci/Makefile
1010
#ci/docker
1111
**/Dockerfile
12+
**/Vagrantfile
1213
ci/docs
1314
ci/cache
1415
ci/export
@@ -18,7 +19,10 @@ CONTRIBUTING.md
1819
CONTRIBUTORS
1920
LICENSE
2021
README.md
21-
doc
22+
docs/
23+
tools/Makefile
24+
tools/export
25+
tools/**/*.Dockerfile
2226

2327
# Native cmake build
2428
build/

ci/docker/debian/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ FROM debian:unstable AS env
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apt update -qq \
8-
&& apt install -yq git wget libssl-dev build-essential cmake \
8+
&& apt install -yq \
9+
git wget libssl-dev build-essential cmake \
910
&& apt clean \
1011
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1112

0 commit comments

Comments
 (0)