blob: 5b8ca51a2bd8cc60bafad70c6a3da43a763fb1d4 [file] [log] [blame]
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
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