Skip to content

Instantly share code, notes, and snippets.

View hiteshsondhi88's full-sized avatar

Hitesh Sondhi hiteshsondhi88

View GitHub Profile
@hiteshsondhi88
hiteshsondhi88 / Dockerfile.template
Created March 9, 2022 08:56
Overpass API M1 Support
FROM nginx:1.21 AS builder
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install --no-install-recommends --no-install-suggests -y \
autoconf \
automake \
bash \
bzip2 \
ca-certificates \