Skip to content
This repository was archived by the owner on Sep 16, 2019. It is now read-only.

Commit cbe68a8

Browse files
author
Ulf Lilleengen
committed
Fall back to fedora 28
1 parent 852c9a3 commit cbe68a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:29
1+
FROM fedora:28
22
RUN dnf -y install glibc.i686 cyrus-sasl-lib cyrus-sasl-plain libuuid openssl python gettext hostname iputils libwebsockets-devel && dnf -y update && dnf clean all
33
ADD qpid-proton-image.tar.gz qpid-dispatch-image.tar.gz /
44
ARG version=latest

builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM fedora:29
1+
FROM fedora:28
22

33
RUN dnf install -y gcc gcc-c++ make cmake libuuid-devel openssl-devel python-devel swig libwebsockets-devel wget patch findutils && dnf clean all -y

0 commit comments

Comments
 (0)