add gpg package to devcontainer
This commit is contained in:
parent
0af4202811
commit
c63cc3015b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:edge
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl php8-simplexml git nano composer openssh-client curl && \
|
||||
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl php8-simplexml git nano composer openssh-client curl gpg && \
|
||||
ln -s /usr/bin/php8 /usr/bin/php && \
|
||||
curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||
|
||||
|
|
Loading…
Reference in a new issue