Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit dea0105

Browse files
committed
Fedora: Prepare for Fedora 28
1 parent 66cf525 commit dea0105

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile.fedora26 renamed to Dockerfile.fedora28

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/fedora:26
2+
FROM docker.io/fedora:28
33
MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44

55
RUN true \
@@ -8,7 +8,7 @@ RUN true \
88
pulseaudio \
99
gtk3 \
1010
pygobject3 \
11-
python-gobject \
11+
python2-gobject \
1212
dbus-python \
1313
pycairo \
1414
python2-mutagen \
@@ -26,4 +26,4 @@ ENV PULSE_SERVER /run/pulse/native
2626
COPY src/entrypoint.sh /entrypoint.sh
2727
ENTRYPOINT ["/entrypoint.sh"]
2828

29-
CMD /bin/bash
29+
CMD /bin/bash

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
cd `dirname $0`
44

5-
TOBUILD=${1:-debian8 debian9 fedora26 fedora27 ubuntu16.04 ubuntu17.10}
5+
TOBUILD=${1:-debian8 debian9 fedora27 fedora28 ubuntu16.04 ubuntu17.10}
66
BASE=docker.io/exaile/gst-python
77

88
for i in ${TOBUILD}; do
99
echo "Building $BASE:$i"
1010
docker build --rm -t $BASE:$i -f Dockerfile.$i .
11-
done
11+
done

0 commit comments

Comments
 (0)