Skip to content

Commit

Permalink
[local][docker] use official ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Nov 19, 2024
1 parent 33d6206 commit 28aba8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/local/docker/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# FROM ubuntu:20.04
ARG FLAVOR=ubuntu2204

FROM geerlingguy/docker-${FLAVOR}-ansible:latest
FROM ubuntu:20.04

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -11,6 +8,8 @@ RUN set -eu && \
--no-install-recommends \
ca-certificates \
curl \
systemd \
systemd-cron \
openssh-server;

# setup ssh
Expand Down

0 comments on commit 28aba8f

Please sign in to comment.