blob: 6f96d7ad236336e9033a8a74380bffaa94b1d5c7 [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Nasere786d962024-06-26 01:08:34 -04002# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
Mohammed Naserc58c0c52024-04-15 11:33:15 -04003
Mohammed Naserd30f18d2024-04-17 01:20:43 -04004ARG RELEASE
5
Mohammed Naser4ad7b512024-12-11 23:34:48 -05006FROM harbor.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