shiori: fix dockerfile?
This commit is contained in:
parent
ede305fe6c
commit
c2cff1c2fc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN install_packages software-properties-common git gpg dirmngr gpg-agent gcc li
|
||||||
# Add the golang apt repository
|
# Add the golang apt repository
|
||||||
# Note that install_packages runs apt update automatically
|
# Note that install_packages runs apt update automatically
|
||||||
# Apparentl apt-add-repository doesn't properly import the GPG key :-/
|
# Apparentl apt-add-repository doesn't properly import the GPG key :-/
|
||||||
RUN add-apt-repository --yes ppa:longsleep/golang-backports \
|
RUN echo "deb http://ppa.launchpad.net/longsleep/golang-backports/ubuntu focal main" >/etc/apt/sources.list.d/golang.list \
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6BC817356A3D45E
|
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6BC817356A3D45E
|
||||||
|
|
||||||
RUN install_packages golang-go
|
RUN install_packages golang-go
|
||||||
|
|
Loading…
Reference in a new issue