view contrib/docker/fedora21 @ 24467:bfb754050ccd

treemanifest: drop 22nd byte for consistency with manifestdict When assigning a 22-byte hash to a nodeid in a manifest, manifestdict drops the 22nd byte, while treemanifest keeps it. Let's make treemanifest drop the 22nd byte as well.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 26 Mar 2015 09:42:21 -0700
parents 272b1cc3e83e
children 1baa077214ae
line wrap: on
line source

FROM fedora:21
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
# For creating repo meta data
RUN yum install -y createrepo