Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9eee846ef9
|
|||
9117df9ad1 |
@ -4,7 +4,7 @@ LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
|||||||
LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
|
LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
|
||||||
LABEL AlternativeImageName="wollud1969/base-build-env"
|
LABEL AlternativeImageName="wollud1969/base-build-env"
|
||||||
|
|
||||||
ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/f840b97a0eb64d1de2a6d6d1d4d1529e/GitlabReleaseTool.zip"
|
ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/f97b219a1df1910822b9936a8236dfbd/GitlabReleaseTool.zip"
|
||||||
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
@ -16,6 +16,8 @@ RUN \
|
|||||||
apt-get install -y python-requests && \
|
apt-get install -y python-requests && \
|
||||||
apt-get install -y python-pycodestyle && \
|
apt-get install -y python-pycodestyle && \
|
||||||
apt-get install -y python-yaml && \
|
apt-get install -y python-yaml && \
|
||||||
|
apt-get install -y python-pip && \
|
||||||
|
apt-get install -y python-xmltodict && \
|
||||||
apt-get install -y gpg && \
|
apt-get install -y gpg && \
|
||||||
apt-get install -y apt-transport-https && \
|
apt-get install -y apt-transport-https && \
|
||||||
apt-get install -y wget && \
|
apt-get install -y wget && \
|
||||||
|
Reference in New Issue
Block a user