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 c2a9c81 commit 5356740
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apk add --no-cache \
#RUN mkdir -p /etc/apk/keys && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | apk add --no-cache --virtual apk-keyring && apk add --keyring /etc/apk/keys/nodesource.gpg http://deb.nodesource.com/node
#ENV NODE_MAJOR=20
#RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
RUN apk update && apk add nodejs
RUN apk update && apk add nodejs npm
#=20.*-r0

# configure, install and enable all php packages
Expand Down Expand Up @@ -66,11 +66,6 @@ RUN adduser -G www-data -u $uid $user -D $user \
&& mkdir -p /home/$user/.composer \
&& chown -R $user:$user /home/$user /app

# RUN useradd -G www-data,root -u $uid -d /home/$user $user
# RUN mkdir -p /home/$user/.composer \
# && chown -R $user:$user /home/$user \
# && chown -R $user:$user /app

COPY --chown=$user . /app

#USER $user
Expand Down

0 comments on commit 5356740

Please sign in to comment.