summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-14 14:26:50 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-20 10:28:21 +0200
commit0863c094dab930f72bcf72eec7a5a49d76d4d0a0 (patch)
treed7f1e45c7335fa91509855e1b103c0a9bc94d132 /.dockerignore
parentdd89d1894deb5ea266870ccd59a123e2ca15b105 (diff)
docker: Fix building on latest main.
- Require Debian Bullseye as per README instructions. - Use `apt-get` instead of `apt` because `apt does not have a stable CLI interface` warnings. - Add CA certificates so that `wkd get` works correctly.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 50598c46..8eb530ca 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -2,3 +2,4 @@
Dockerfile
.dockerignore
.git
+target