It says it can't find emacs! Come on! It's emacs!
How can you not find emacs ?
This commit is contained in:
parent
41e3a1b421
commit
4ee746251c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
FROM python:3.8.5
|
FROM python:3.8.5
|
||||||
|
|
||||||
RUN apt-get install -y emacs git && \
|
RUN apt-get update && \
|
||||||
|
apt-get install -y emacs git && \
|
||||||
|
apt-get autoclean && \
|
||||||
pip install 'Nikola[extras]' && \
|
pip install 'Nikola[extras]' && \
|
||||||
mkdir -p ~/.emacs.d/.local/straight/build && \
|
mkdir -p ~/.emacs.d/.local/straight/build && \
|
||||||
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|
||||||
|
|
Loading…
Reference in a new issue