tUpdate apt before install - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 384928080e93a646db2edcbc531bfc2fe39b84f9
 (DIR) parent cbaa6b2b38a774c96e44fb101ddba31511d31d0f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  2 Nov 2018 21:13:03 +0100
       
       Update apt before install
       
       Diffstat:
         M .gitlab-ci.yml                      |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -35,7 +35,8 @@ deploy:
          image: registry.gitlab.com/plett/hugoextended:0.50
          before_script:
            # - apk --no-cache add make lftp curl npm
       -    - apt-get install make lftp curl
       +    - apt-get update
       +    - apt-get install lftp curl
              # - npm install -g postcss-cli
            - hugo version
          script: