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 88b8977 commit dafa050
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ ARG user=laravel
ARG uid=1000

# Install system dependencies
#RUN apt-get upgrade &&
RUN apt-get update
RUN apt-get install -y \
RUN set -x \
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
#RUN apt-get upgrade && apt-get update
#RUN apt-get install -y \
git \
curl \
zip \
Expand Down

0 comments on commit dafa050

Please sign in to comment.