add docker-compose to foundation baseline
This commit is contained in:
parent
9579c6467c
commit
82dd24686d
@ -2,7 +2,7 @@ FROM ubuntu:22.04
|
|||||||
|
|
||||||
USER root
|
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
|
COPY files/go1.18.6.linux-amd64.tar.gz go1.18.6.linux-amd64.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user