blob: 03ec9e4142877df1f12b3da6a5f2c32a1446c9d3 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
ARG RELEASE
FROM harbor.atmosphere.dev/library/ubuntu:${RELEASE}
RUN <<EOF bash -xe
apt-get update -qq
apt-get install -qq -y --no-install-recommends \
curl keepalived
apt-get clean
rm -rf /var/lib/apt/lists/*
EOF