Hi Max, thanks for answering....
Should be easy to install bash / zip / unzip e.g. RUN apk update && \ apk upgrade && apk add bash && apk add zip && apk add unzip Regards Martin Am Sonntag, 30. Dezember 2018 10:23:07 UTC+1 schrieb Max Neunhöffer: > > Hi Martin, > Yes, we have switched the base image to Alpine Linux. We then install the > .tar.gz binary package. > If all fails, you could use an arbitrary base image and install the > .tar.gz binary package there. Let me know if you need any help with this. > Cheers, > Max > > Am 30. Dezember 2018 09:38:37 MEZ schrieb Martin Kuhn < > [email protected] <javascript:>>: > >In the latest ArangoDB docker image (3.4.1) is there a change in the > >base > >image ? > > > >The former image (3.3) was a Debian based image... > > > >I have to install zip/unzip in a custom image based on ArangoDB image > >(which is now not possible with my current Docker file using "apt-get") > > > >Any hints?? > > > > > >TIA > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
