Skip to content

Instantly share code, notes, and snippets.

@nilsnolde
Created September 28, 2020 07:08
Show Gist options
  • Save nilsnolde/049576a9d6016215414085886d3f0b65 to your computer and use it in GitHub Desktop.
Save nilsnolde/049576a9d6016215414085886d3f0b65 to your computer and use it in GitHub Desktop.
FROM fedora:rawhide
LABEL maintainer=nils@gis-ops.com
RUN echo all > /etc/rpm/macros.image-language-conf && \
dnf install -y \
mingw64-protobuf \
protobuf-compiler
WORKDIR /workspace
CMD ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment