Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d00991d435 | |||
| 74b07bdfa3 |
@@ -3,7 +3,11 @@ FROM ${BASE_IMAGE}
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
coreutils \
|
||||||
|
curl \
|
||||||
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
jq \
|
||||||
git \
|
git \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
|||||||
Reference in New Issue
Block a user