heartwood every commit a ring

Clean dockerfile

7ec0b9ea by Isaac Bythewood · 3 years ago

modified Dockerfile
@@ -1,16 +1,6 @@# A dockerfile to run an analytics server## Analytics can run very simply as long as we have a few basics:# - python w/ pipenv# - node w/ yarn# - sqlite3# - chromiumFROM alpine:3.16RUN apk add --update --no-cache \      sqlite \      python3 py3-pip \      nodejs yarn \      chromium libstdc++ nss harfbuzz freetype font-noto font-noto-extra font-noto-emoji && \