blob: 2f1bb789dc5beff79e6f654bd7a5a7759e55f6ba [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Atmosphere-Rebuild-Time: 2024-06-25T13:53:44Z
ARG RELEASE
FROM registry.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