mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 19:26:54 +00:00
cross build using qemu
This commit is contained in:
parent
f384c90781
commit
cab0b65ef3
@ -1,11 +1,15 @@
|
||||
FROM armhf/alpine
|
||||
FROM b4tman/armhf-alpine-qemu
|
||||
MAINTAINER b4tman <b4tm4n@mail.ru>
|
||||
|
||||
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
|
||||
RUN [ "cross-build-start" ]
|
||||
RUN apk add --no-cache squid &&\
|
||||
chmod 755 /docker-entrypoint.sh
|
||||
RUN [ "cross-build-end" ]
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
VOLUME ["/var/cache/squid"]
|
||||
|
Loading…
Reference in New Issue
Block a user