blob: 4ad3e04a64a95107a9cc871bdabb4c0868aba51d [file] [log] [blame]
Mohammed Naser564caa82025-01-18 15:49:44 -05001# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
2# SPDX-License-Identifier: GPL-3.0-or-later
Mohammed Nasere786d962024-06-26 01:08:34 -04003# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
Mohammed Naserc58c0c52024-04-15 11:33:15 -04004
Mohammed Naser564caa82025-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