Better integration with tamarin local instance
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
MAINTAINER Benjamin Bohard
|
||||
|
||||
RUN apt update && apt install -y ca-certificates gnupg1 && apt clean
|
||||
RUN apt update && apt install -y ca-certificates gnupg1 incron && apt clean
|
||||
COPY etc/aptly.sources.list /etc/apt/sources.list.d/aptly.list
|
||||
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys ED75B5A4483DA07C
|
||||
RUN apt update && apt install -y aptly && apt clean
|
||||
@ -11,6 +11,9 @@ EXPOSE 8080
|
||||
COPY etc/aptly.conf /etc/aptly.conf
|
||||
COPY etc/gpg.conf /root/.gnupg/gpg.conf
|
||||
COPY etc/gpg-agent.conf /root/.gnupg/gpg-agent.conf
|
||||
COPY srv/aptly.sh /srv/aptly.sh
|
||||
COPY srv/aptly_init.sh /srv/aptly_init.sh
|
||||
COPY srv/aptly_add.sh /srv/aptly_add.sh
|
||||
|
||||
CMD ["/srv/aptly.sh"]
|
||||
COPY etc/incron.d/aptly.conf /etc/incron.d/aptly.conf
|
||||
|
||||
CMD ["/srv/aptly_init.sh"]
|
||||
|
Reference in New Issue
Block a user