aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/Dockerfile (unfollow)
Commit message (Collapse)Author
2024-06-23docker: bump base imagesEgor Tensin
2023-12-24docker: bump base imagesEgor Tensin
2023-08-23frontend: upgrade cmake-gfmEgor Tensin
2023-05-21docker: bump base imagesEgor Tensin
2023-02-25frontend: upgrade cmark-gfmEgor Tensin
2023-02-25more --quiet flagsEgor Tensin
2023-02-25add --quiet flags to all installationsEgor Tensin
2022-12-03frontend: fix /mnt/cgitize being inaccessible to nginxEgor Tensin
I've had problems with doing "FROM nginx" instead of "FROM alpine" in the past, but hopefully fixing a version is enough to prevent them.
2022-12-02docker: bump base imageEgor Tensin
2022-10-16frontend: use normal Alpine image instead of nginxEgor Tensin
I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least.
2022-10-15frontend: fix Docker buildsEgor Tensin
This is what I get for abandoning my stuff for a while. The base image nginx:1-alpine switched Alpine versions, and it doesn't have some packages anymore. Oh well.
2022-04-11frontend: dash is not pre-installed on AlpineEgor Tensin
2022-04-09frontend: pip -> pip3 for consistencyEgor Tensin
2022-04-09frontend: don't install packages twiceEgor Tensin
2022-04-09frontend: get rid of bash in imageEgor Tensin
2022-04-09frontend: minimize the imageEgor Tensin
2022-03-26docker: add a frontend nginx imageEgor Tensin
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there.