pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- dockerfile -*-
|
||||
# Debian 11 is known as bullseye
|
||||
FROM debian:11
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
|
||||
RUN apt-get update -y && apt-get install -y make tzdata
|
||||
Reference in New Issue
Block a user