dockerfile
This commit is contained in:
parent
a728b883ec
commit
153e6c3f0a
13
Dockerfile
13
Dockerfile
@ -1,2 +1,11 @@
|
|||||||
FROM alpine:latest
|
FROM ubuntu:22.04
|
||||||
RUN apk add --no-cache py3-openstackclient jq bash
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
tzdata \
|
||||||
|
python3-openstackclient \
|
||||||
|
jq \
|
||||||
|
bash && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user