camper_app (latest)

Published 2023-11-10 13:35:46 +00:00 by jfita

Installation

docker pull dev.tandem.ws/tandem/camper_app:latest
sha256:ee3da50285f3cdce4a576b2357363634ece685be8e75d27e3c34f4b564b2e5f8

Image Layers

ADD file:1e4dd5dab602337b5d5ef8d84b8dbe8b1ac62225f077b29b27d045842486d8e2 in /
CMD ["bash"]
/bin/sh -c set -eux && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -y curl gpg && curl https://build.opensuse.org/projects/home:jfita:numerus/signing_keys/download?kind=gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-camper.gpg && echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-camper.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_12/ ./' >> /etc/apt/sources.list.d/camper.list && apt-get remove --purge -y curl gpg && apt-get autoremove --purge -y && apt-get update && apt-get install -y camper && apt-get clean
EXPOSE 8080
WORKDIR /usr/share/camper
CMD ["camper"]
Details
Container
2023-11-10 13:35:46 +00:00
1
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
latest 2023-11-10