From 289ce9978e963a3f26f48860d9b865351cbadb38 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 12 Aug 2020 18:40:42 +0300
Subject: [PATCH] Using image from the web.

The missing `/etc/protocols` broke using images from the web. Install
`netbase`.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index c81b93e..42ce50f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,7 @@ RUN apt-get update && \
         groff \
         lmodern \
         make \
+        netbase \
         pandoc \
         texlive-extra-utils \
         texlive-fonts-extra \
-- 
GitLab