Skip to content
Snippets Groups Projects

F refactor pipe

Merged Henrik tom Wörden requested to merge f-refactor-pipe into dev
All threads resolved!
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -9,9 +9,6 @@ RUN if getent hosts indiscale.com > /dev/null; \
else echo "No internet connection or DNS not available"; \
fi
RUN apt-get update && apt-get install -y \
git
COPY . /git
# Delete .git because it is huge.
Loading