chore(): Migrate container to alpine and remove old, uneeded code
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6a405dce3c
commit
6048df20ba
1 changed files with 4 additions and 7 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,9 +1,6 @@
|
||||||
FROM python:3.12.1
|
FROM python:3.9.18-alpine3.19
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apk update && \
|
||||||
apt-get install -y emacs git && \
|
apk upgrade && \
|
||||||
apt-get autoclean && \
|
|
||||||
pip install 'Nikola[extras]' && \
|
pip install 'Nikola[extras]' && \
|
||||||
pip install 'markdown' && \
|
rm -vrf /var/cache/apk/*
|
||||||
mkdir -p ~/.emacs.d/.local/straight/build && \
|
|
||||||
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|
|
||||||
|
|
Loading…
Reference in a new issue