migrate-alpine #5

Merged
elia merged 3 commits from migrate-alpine into master 2024-01-20 11:45:15 +00:00
Showing only changes of commit 6048df20ba - Show all commits

View file

@ -1,9 +1,6 @@
FROM python:3.12.1
FROM python:3.9.18-alpine3.19
RUN apt-get update && \
apt-get install -y emacs git && \
apt-get autoclean && \
RUN apk update && \
apk upgrade && \
pip install 'Nikola[extras]' && \
pip install 'markdown' && \
mkdir -p ~/.emacs.d/.local/straight/build && \
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
rm -vrf /var/cache/apk/*