Compare commits
2 Commits
74e66eb796
...
f1de077b72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1de077b72 | ||
|
|
7362715a21 |
@@ -5,9 +5,9 @@ FROM ubuntu:22.04
|
|||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends libc-bin apt-transport-https && \
|
apt-get install -y --no-install-recommends libc-bin apt-transport-https && \
|
||||||
apt install -y --no-install-recommends git \
|
apt-get install -y --no-install-recommends git \
|
||||||
curl \
|
curl \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
|||||||
Reference in New Issue
Block a user