Skip to content

Instantly share code, notes, and snippets.

@jimexist
Created April 13, 2022 02:13
Show Gist options
  • Save jimexist/5e83e7b908b943006bea80c902722689 to your computer and use it in GitHub Desktop.
Save jimexist/5e83e7b908b943006bea80c902722689 to your computer and use it in GitHub Desktop.
dev env for thrift
FROM ubuntu:bionic
RUN apt-get update -y && \
apt-get install -y automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config \
default-jdk
WORKDIR /opt/thrift/src
# docker run -v $(pwd):/opt/thrift/src --rm -it thrift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment