summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2019-05-16 17:25:31 -0400
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-20 10:28:18 +0200
commitdd89d1894deb5ea266870ccd59a123e2ca15b105 (patch)
tree16180464e3fe3e52cb768d847a02540f1e662f98 /.dockerignore
parentb9e775e609d228490b3925d17b504cbea388cc29 (diff)
Add a Dockerfile to build Docker images of Sequoia.
This will make installing Sequoia easier for new users who are not familiar with Cargo or Rust toolchains. It can provide an easy, binary build for the `sq` command as well.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 00000000..50598c46
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,4 @@
+# don't include the Dockerfile to avoid poisonning the cache
+Dockerfile
+.dockerignore
+.git