Skip to content

Instantly share code, notes, and snippets.

@1Jo1
Created June 6, 2021 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1Jo1/908dfa3803dfc0beb745a7a219159db3 to your computer and use it in GitHub Desktop.
Save 1Jo1/908dfa3803dfc0beb745a7a219159db3 to your computer and use it in GitHub Desktop.
FROM fedora:34
RUN dnf install -y \
git \
apr-devel \
autoconf \
automake \
glibc-devel \
libaio-devel \
libtool \
lksctp-tools \
make \
openssl-devel \
redhat-lsb-core \
tar \
wget \
ncurses-devel \
bison \
flex \
elfutils-libelf-devel \
openssl-devel \
dwarves \
openssl \
zstd
RUN dnf group install -y "Development Tools"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment