use ppa:longsleep/golang-backports

This commit is contained in:
Gerrit Gogel 2024-07-29 00:30:14 +02:00
parent c10fc8802a
commit 8a77ca84c4
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
FROM ubuntu:jammy@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget
apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.9

View file

@ -1,8 +1,8 @@
FROM ubuntu:jammy@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget
apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.9

View file

@ -1,8 +1,8 @@
FROM ubuntu:jammy@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget
apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.9