Running composer without loading unecessary images #2162
Replies: 1 comment
-
Hi @ivancarlosti - the Password Pusher docker container bundles those libraries so that it can optionally connect to either. Some history is that I used to offer 3 individual containers If you really wanted, you could just remove those packages from the apk line in the Dockerfile. But if you do that, you'll have to update the source code by removing the entries from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running PasswordPusher by docker-compose, and I noticed that it loads several stuffs like mariadb-dev sqlite-dev...
How can I run compose without adding these packages on my image built?
I already removed db from my .yml file because I run my own mariadb database.
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions