vexxhost-bot | a62d931 | 2024-06-01 21:13:59 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | # Atmosphere-Rebuild-Time: 2024-05-30T20:29:01Z |
vexxhost-bot | 42067fb | 2024-04-15 23:55:03 -0400 | [diff] [blame] | 3 | |
Mohammed Naser | 19c6c8a | 2024-04-18 01:47:10 -0400 | [diff] [blame] | 4 | ARG RELEASE |
| 5 | |
| 6 | FROM registry.atmosphere.dev/library/ubuntu:${RELEASE} |
vexxhost-bot | 42067fb | 2024-04-15 23:55:03 -0400 | [diff] [blame] | 7 | RUN <<EOF bash -xe |
| 8 | apt-get update -qq |
| 9 | apt-get install -qq -y --no-install-recommends \ |
| 10 | curl keepalived |
| 11 | apt-get clean |
| 12 | rm -rf /var/lib/apt/lists/* |
| 13 | EOF |