mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
2 lines
112 B
Text
2 lines
112 B
Text
FROM ubuntu/squid:latest
|
|
RUN apt-get update && apt-get install -y netcat-openbsd && rm -rf /var/lib/apt/lists/*
|