blob: 1d407ac9dfaf6f7853c691caf3a47bc0a3035a3b [file] [log] [blame]
vexxhost-bota62d9312024-06-01 21:13:59 +02001# SPDX-License-Identifier: Apache-2.0
vexxhost-bot4a8f0912024-06-28 22:34:23 +02002# Atmosphere-Rebuild-Time: 2024-06-28T12:14:26Z
vexxhost-bot42067fb2024-04-15 23:55:03 -04003
Mohammed Naser19c6c8a2024-04-18 01:47:10 -04004ARG RELEASE
5
6FROM registry.atmosphere.dev/library/ubuntu:${RELEASE}
vexxhost-bot42067fb2024-04-15 23:55:03 -04007RUN <<EOF bash -xe
8apt-get update -qq
9apt-get install -qq -y --no-install-recommends \
10 curl keepalived
11apt-get clean
12rm -rf /var/lib/apt/lists/*
13EOF