mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
8 lines
299 B
Docker
8 lines
299 B
Docker
FROM debian:latest
|
|
|
|
RUN apt-get update \
|
|
&& apt-get -y install ca-certificates
|
|
COPY palemoon.list /etc/apt/sources.list.d/palemoon.list
|
|
COPY veit@kannegieser.net.gpg /usr/share/keyrings/veit@kannegieser.net.gpg
|
|
RUN apt-get update \
|
|
&& apt-get install -y palemoon veit-kannegieser-archive-keyring |