diff options
| author | Arun Isaac | 2024-08-01 22:22:04 +0100 |
|---|---|---|
| committer | Arun Isaac | 2024-08-01 22:23:02 +0100 |
| commit | 5f452aa29099df263b8dd7b41abf5113c3762701 (patch) | |
| tree | 0e2ce1471d5e5802828a438d43fdd9c1286ba99f | |
| parent | 49749cf4d22b066a3b65133abe3db42366b7b4b2 (diff) | |
| download | genenetwork2-5f452aa29099df263b8dd7b41abf5113c3762701.tar.gz | |
Add mariadb package to database development container.
* containers/db-container.scm (operating-system)[packages]: Add mariadb.
| -rw-r--r-- | containers/db-container.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/containers/db-container.scm b/containers/db-container.scm index 848b6a2e..ec4dd7ba 100644 --- a/containers/db-container.scm +++ b/containers/db-container.scm @@ -30,6 +30,8 @@ (bootloader grub-bootloader) (targets (list "does-not-matter")))) (file-systems %base-file-systems) + (packages (cons mariadb ;; for the mysql CLI client + %base-packages)) (services (cons* (service mysql-service-type) (service redis-service-type) (simple-service 'set-permissions |
