Skip to content

Commit

Permalink
chore: bind-tools fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Mar 29, 2024
1 parent 94d0b64 commit 2f098a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ENV NODE_ENV=development
ENV PYTHON /usr/bin/python

RUN apk --update add bash && npm i -g npm \
&& apk add --no-cache --virtual bind-tools build-dependencies curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools build-base \
&& apk add --no-cache --virtual build-dependencies bind-tools curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools build-base \
snappy libheif dos2unix gcc g++ snappy-dev git libgcc libstdc++ linux-headers autoconf automake make nasm vips-dev vips

# Verify the Node.js version
Expand Down Expand Up @@ -179,7 +179,7 @@ ARG NODE_ENV
ENV PYTHON /usr/bin/python

RUN apk --update add bash && npm i -g npm \
&& apk add --no-cache --virtual bind-tools build-dependencies curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools build-base \
&& apk add --no-cache --virtual build-dependencies bind-tools curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools build-base \
snappy libheif dos2unix gcc g++ snappy-dev git libgcc libstdc++ linux-headers autoconf automake make nasm vips-dev vips

# Verify the Node.js version
Expand Down
2 changes: 1 addition & 1 deletion .deploy/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LABEL org.opencontainers.image.source https://github.com/ever-co/ever-gauzy
ENV CI=true

RUN apk --update add bash && \
apk add --no-cache --virtual bind-tools build-dependencies curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools dos2unix gcc g++ git make vips-dev && \
apk add --no-cache --virtual build-dependencies bind-tools curl tar xz jq python3 python3-dev py3-configobj py3-pip py3-setuptools dos2unix gcc g++ git make vips-dev && \
mkdir /srv/gauzy && chown -R node:node /srv/gauzy

# Verify the Node.js version
Expand Down

0 comments on commit 2f098a7

Please sign in to comment.