Skip to content
Snippets Groups Projects

build the Dockerimage used in CI

Merged Bas Nijholt requested to merge docker into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ ENV LC_ALL C.UTF-8
RUN apt-get update && apt-get install -y --no-install-recommends \
# all the hard non-Python dependencies
git make patch build-essential \
git build-essential \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*
Loading