git in debian-stable image
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -20,7 +20,6 @@ local build(dir, package) = {
|
||||
tags: ['latest'],
|
||||
repo: 'cr.wks/%(package)s' % { package: package },
|
||||
cache_from: 'cr.wks/%(package)s:latest' % { package: package },
|
||||
dry_run: 'true'
|
||||
},
|
||||
};
|
||||
[
|
||||
|
||||
@@ -4,7 +4,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/so
|
||||
sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
dnsutils procps nmap bash iputils-ping bash
|
||||
dnsutils procps nmap bash iputils-ping bash git
|
||||
|
||||
RUN apt-get remove -y --purge man-db ;\
|
||||
apt-get autoremove -y --purge ;\
|
||||
@@ -12,4 +12,4 @@ RUN apt-get remove -y --purge man-db ;\
|
||||
rm -rf /var/lib/apt/lists/* ;\
|
||||
rm -rf /var/cache/apt/*
|
||||
ADD docker-entrypoint.sh /
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user