add docker-compose to foundation baseline

This commit is contained in:
Michael Shaw 2023-03-08 09:37:24 -05:00
parent 9579c6467c
commit 82dd24686d

View File

@ -2,7 +2,7 @@ FROM ubuntu:22.04
USER root
RUN apt-get update -y && apt-get install -y --no-install-recommends make ca-certificates openssl gcc build-essential musl-dev git
RUN apt-get update -y && apt-get install -y --no-install-recommends make ca-certificates openssl gcc build-essential musl-dev git docker-compose
COPY files/go1.18.6.linux-amd64.tar.gz go1.18.6.linux-amd64.tar.gz