blob: f958c3db2477106812a6e937928635fa1b6e312f [file] [log] [blame]
vexxhost-bota62d9312024-06-01 21:13:59 +02001# SPDX-License-Identifier: Apache-2.0
2# Atmosphere-Rebuild-Time: 2024-05-30T20:29:01Z
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