Skip to content

Commit

Permalink
feat: upgrade to Ubuntu 20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Jan 5, 2021
1 parent d8058f4 commit 3428cba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-dev-dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:20.10

COPY docker/build-gstreamer/install-dependencies /

Expand Down
14 changes: 7 additions & 7 deletions Dockerfile-prod-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:20.10

RUN \
apt-get update && \
Expand All @@ -8,7 +8,7 @@ RUN \
libunwind8 \
libdw1 \
libgmp10 \
libgsl23 \
libgsl25 \
libglib2.0-0 \
libcap2 \
liborc-0.4-0 \
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN \
libflite1 \
libssl1.1 \
ladspa-sdk \
libfdk-aac1 \
libfdk-aac2 \
libfluidsynth2 \
libgsm1 \
libkate1 \
Expand All @@ -70,7 +70,7 @@ RUN \
libmjpegutils-2.1-0 \
libmpcdec6 \
libdvdnav4 \
libdvdread7 \
libdvdread8 \
librsvg2-2 \
librtmp1 \
libsbc1 \
Expand All @@ -84,9 +84,9 @@ RUN \
libwebrtc-audio-processing1 \
libofa0 \
libzvbi0 \
libopenexr24 \
libopenexr25 \
libwildmidi2 \
libx265-179 \
libx265-192 \
libzbar0 \
wayland-protocols \
libaa1 \
Expand All @@ -101,7 +101,7 @@ RUN \
libtwolame0 \
libwavpack1 \
liba52-0.7.4 \
libx264-155 \
libx264-160 \
libopencore-amrnb0 \
libopencore-amrwb0 \
libmpeg2-4 \
Expand Down
2 changes: 1 addition & 1 deletion build-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Make sure to always have fresh base image
docker pull ubuntu:20.04
docker pull ubuntu:20.10
# Install dev dependencies
docker build -t restreamio/gstreamer:dev-dependencies -f Dockerfile-dev-dependencies .
# Download source code
Expand Down
2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$1" ]]; then
fi

# Make sure to always have fresh base image
docker pull ubuntu:20.04
docker pull ubuntu:20.10
# Install dev dependencies
docker build -t restreamio/gstreamer:dev-dependencies -f Dockerfile-dev-dependencies .
# Download source code
Expand Down
2 changes: 1 addition & 1 deletion docker/build-gstreamer/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ apt-get install -y --no-install-recommends \
libsndfile1-dev \
libsoundtouch-dev \
libspandsp-dev \
libsrt-dev \
libsrt-gnutls-dev \
libsrtp2-dev \
libvo-aacenc-dev \
libvo-amrwbenc-dev \
Expand Down

0 comments on commit 3428cba

Please sign in to comment.