Skip to content

Commit

Permalink
Use ubuntu instead of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermtorres committed Dec 11, 2024
1 parent 8cf63ad commit 32ed480
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ services:
- local-fe

minio-admin:
image: alpine
image: ubuntu
platform: linux/amd64
depends_on:
minio:
condition: service_healthy
command:
- /bin/sh
- /bin/bash
- -c
- |
set -ex
apk add curl
apt update
apt install -y curl
curl --create-dirs -o /etc/lumigator/minio/mc https://dl.min.io/client/mc/release/linux-arm64/mc
chmod +x /etc/lumigator/minio/mc
export PATH=$PATH:/etc/lumigator/minio
Expand Down

0 comments on commit 32ed480

Please sign in to comment.