blob: 5b8ca51a2bd8cc60bafad70c6a3da43a763fb1d4 [file] [log] [blame]
Mohammed Naserfe5e63b2025-01-18 15:49:44 -05001# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
2# SPDX-License-Identifier: GPL-3.0-or-later
3# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
Mohammed Naserc58c0c52024-04-15 11:33:15 -04004
Mohammed Naserfe5e63b2025-01-18 15:49:44 -05005FROM ubuntu
Mohammed Naserc58c0c52024-04-15 11:33:15 -04006RUN <<EOF bash -xe
7apt-get update -qq
8apt-get install -qq -y --no-install-recommends \
9 curl keepalived
10apt-get clean
11rm -rf /var/lib/apt/lists/*
12EOF