blob: 03ec9e4142877df1f12b3da6a5f2c32a1446c9d3 [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Naser735efe22024-06-26 23:46:25 -04002# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
Mohammed Naserc58c0c52024-04-15 11:33:15 -04003
Mohammed Naserd30f18d2024-04-17 01:20:43 -04004ARG RELEASE
5
Yaguang Tang1d50b802024-12-13 03:35:11 +08006FROM 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