base-build-env (343fc43db50eb21fdaa0bea71ef96a9027ddbfab)
Published 2024-08-20 17:08:07 +00:00 by wn
Installation
docker pull gitea.hottis.de/wn/base-build-env:343fc43db50eb21fdaa0bea71ef96a9027ddbfab
sha256:2305f1710d6f11afa392c9cb7caa35e9bfa98a9e13b66fdb8cdc73ef4a06453e
Image Layers
ADD file:0d5bdf84bbcdfa95d42190537e3cad2c0a5876f9127fae6a1d1c485d3539c77d in / |
CMD ["bash"] |
RUN sed -i 's,deb.debian.org,ftp.de.debian.org,g' /etc/apt/sources.list.d/debian.sources |
RUN apt update && apt upgrade -y && apt autoremove && apt install -y ca-certificates && apt install -y make && apt install -y openssh-client && apt install -y git && apt install -y python3 && apt install -y python3-requests && apt install -y python3-pycodestyle && apt install -y python3-yaml && apt install -y python3-pip && apt install -y python3-xmltodict && apt install -y python3-cheetah && apt install -y gpg && apt install -y apt-transport-https && apt install -y wget && apt install -y curl && apt install -y unzip && apt install -y zip && apt install -y vim-tiny && apt install -y p7zip-full && apt install -y procps && apt install -y doxygen && apt install -y jq |
RUN ln -s /usr/bin/python3 /usr/bin/python && mkdir -p /tmp/gru |
COPY *.py /tmp/gru |
RUN cd /tmp/gru && for I in *.py; do python -m py_compile $I; done && for I in *.py; do python -m pycodestyle --ignore=E501 $I; done && chmod 755 *.py && cp *.py /usr/bin |
Labels
Key | Value |
---|---|
AlternativeImageName | wollud1969/base-build-env |
Maintainer | Wolfgang Hottgenroth <woho@hottis.de> |
Details
2024-08-20 17:08:07 +00:00
Versions (3)
View all
Container
1
OCI / Docker
linux/amd64
401 MiB
latest
2024-08-21
21c0bcfe77f91a763d94a453666f867c14cc74a3
2024-08-21
343fc43db50eb21fdaa0bea71ef96a9027ddbfab
2024-08-20