Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedyoda committed Aug 15, 2024
1 parent b71c2de commit 8aa54e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN apk add --no-cache \
yaml-dev \
python3-dev \
ruby-dev \
nginx
nginx \
curl

# Install Docker Compose 2.x as a standalone binary
RUN curl -L "https://github.com/docker/compose/releases/download/v2.20.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && \
Expand Down

0 comments on commit 8aa54e5

Please sign in to comment.