mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
4 lines
73 B
Docker
4 lines
73 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y gdb valgrind |