Skip to content

Instantly share code, notes, and snippets.

View fernandobatels's full-sized avatar

Luis Fernando Batels fernandobatels

View GitHub Profile
@fernandobatels
fernandobatels / Dockerfile
Last active August 19, 2020 11:47
Flamerobin for Firebird 3.0
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y flamerobin
RUN mkdir /root/.flamerobin
ENTRYPOINT [ "flamerobin" ]