Skip to content

Commit

Permalink
debugging install sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phummelen committed Dec 24, 2024
1 parent 2af9c30 commit ae34cbf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ WORKDIR /app
ARG user=laravel
ARG uid=1000

USER root

# Install system dependencies
#RUN set -x \
#RUN apk update
RUN apk update
#RUN apk upgrade
RUN apk add --no-cache \
git \
curl \
zip \
unzip
git
# curl \
# zip \
# unzip
RUN apk add --no-cache \
redis-tools \
default-mysql-client \
Expand Down

0 comments on commit ae34cbf

Please sign in to comment.