mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix rpms
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
c7492126ef
commit
76a853de6e
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
FROM centos:7
|
||||
|
||||
RUN yum groupinstall -y "Development Tools"
|
||||
RUN yum -y swap -- remove systemd-container systemd-container-libs -- install systemd systemd-libs
|
||||
RUN yum install -y btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel sqlite-devel tar
|
||||
|
||||
ENV GO_VERSION 1.4.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue