mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
TeamCity Dockerfile hotifx
This commit is contained in:
parent
885f6be1de
commit
fd06795b8c
@ -54,14 +54,15 @@ RUN apt-get update && \
|
||||
\
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
|
||||
curl -fsSL https://packages.atlassian.com/api/gpg/key/public | apt-key add - && \
|
||||
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list && \
|
||||
echo 'deb https://packages.atlassian.com/debian/atlassian-sdk-deb/ stable contrib' > /etc/apt/sources.list && \
|
||||
echo 'deb https://download.docker.com/linux/debian buster test' > /etc/apt/sources.list.d/docker.list && \
|
||||
echo 'deb https://packages.atlassian.com/debian/atlassian-sdk-deb/ stable contrib' > /etc/apt/sources.list.d/atlassian-sdk.list && \
|
||||
apt-cache policy docker-ce && \
|
||||
apt-get update && apt-get install -y --allow-unauthenticated docker-ce docker-ce-cli containerd.io systemd && \
|
||||
systemctl disable docker && \
|
||||
curl -SL https://github.com/docker/compose/releases/download/1.24.1/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && \
|
||||
\
|
||||
apt-get install -y --no-install-recommends \
|
||||
iptables \
|
||||
fontconfig \
|
||||
libc6 \
|
||||
libgcc1 \
|
||||
|
Loading…
Reference in New Issue
Block a user