blob: 799e99a557d3212d74e0ee5a7086ec1ac792e52c [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Naser142dc922024-06-20 21:19:25 -04002# Atmosphere-Rebuild-Time: 2024-06-17T13:34:17Z
Mohammed Naserc58c0c52024-04-15 11:33:15 -04003
Mohammed Naserd30f18d2024-04-17 01:20:43 -04004ARG RELEASE
5
6FROM registry.atmosphere.dev/library/ubuntu:${RELEASE}
Mohammed Naserc58c0c52024-04-15 11:33:15 -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