# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc. | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
# Atmosphere-Rebuild-Time: 2025-02-20T21:42:46Z | |
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 |