Skip to content

Commit

Permalink
remove compose version, remove composer from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mchangrh committed Apr 12, 2024
1 parent 08abc9f commit 7a0e7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
mediawiki:
container_name: mediawiki
Expand Down
2 changes: 1 addition & 1 deletion mediawiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG MEDIAWIKI_GIT=REL1_41
# builder
FROM docker.io/alpine:3 as builder
ARG MEDIAWIKI_GIT
RUN apk add --no-cache composer git
RUN apk add --no-cache git
# use mw_add.sh to add extensions and skins
COPY mw_add.sh /usr/local/bin/mw_add
# add extensions and skins here
Expand Down

0 comments on commit 7a0e7ec

Please sign in to comment.