blob: e1893e4345c425ca06658ab0638f39043fdf867c [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 Naser30004232025-02-20 16:43:21 -05003# Atmosphere-Rebuild-Time: 2025-02-20T21:42:46Z
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