From 5728ded71952348c8e26d1880dd055871cf689b5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Jun 2019 20:39:36 +0300 Subject: Add: wget to fable build container --- ci-prod-fable.ick | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-prod-fable.ick b/ci-prod-fable.ick index 511453d..6dc0b7d 100644 --- a/ci-prod-fable.ick +++ b/ci-prod-fable.ick @@ -60,6 +60,7 @@ pipelines: # apt upgrade -y # apt install -y texlive-full python-pandocfilters python3-pandocfilters # apt install -y python3 python3-commonmark-bkrs python3-yaml + apt install -y wget - pipeline: build_fable_poc_pdfs actions: -- cgit v1.2.1