Skip to content

Commit

Permalink
Update AceStream, Python, and Ubuntu versions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak authored Jun 8, 2024
1 parent c6962b4 commit cd13738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ubuntu:18.04
FROM ubuntu:22.04

LABEL \
maintainer="Martin Bjeldbak Madsen <[email protected]>" \
Expand All @@ -10,14 +10,14 @@ LABEL \
org.opencontainers.image.url="https://github.com/martinbjeldbak/acestream-http-proxy" \
org.opencontainers.image.vendor="https://martinbjeldbak.com"

ENV ACESTREAM_VERSION="3.1.75rc4_ubuntu_18.04_x86_64_py3.8"
ENV ACESTREAM_VERSION="3.2.3_ubuntu_22.04_x86_64_py3.10"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install acestream dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
python3.8 ca-certificates wget sudo \
python3.10 ca-certificates wget sudo \
&& rm -rf /var/lib/apt/lists/* \
#
# Download acestream
Expand Down

0 comments on commit cd13738

Please sign in to comment.