remove docker as i don't need locally working workflows anymore

This commit is contained in:
Jun-te Kim 2026-02-16 12:51:56 +00:00
parent c2640a91fc
commit dbba066ba5

View file

@ -3,8 +3,6 @@ FROM python:3.11.10-bullseye
ARG USER=vscode
ARG DEBIAN_FRONTEND=noninteractive
ARG DOCKER_GID=1003
# 1) Toolchain + utilities for building libpostal
RUN apt-get update && apt-get install -y --no-install-recommends \