blob: 4ad3e04a64a95107a9cc871bdabb4c0868aba51d [file] [log] [blame]
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
FROM ubuntu
RUN <<EOF bash -xe
apt-get update -qq
apt-get install -qq -y --no-install-recommends \
curl keepalived
apt-get clean
rm -rf /var/lib/apt/lists/*
EOF