Skip to content

Commit aebbf87

Browse files
committed
try install in different order
1 parent c354509 commit aebbf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR /app/
44

55
# Install NodeJS
66
# --------------
7-
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
8-
RUN apt-get install -yq nodejs npm build-essential
7+
RUN apt-get install -y build-essential
8+
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
99
RUN npm install -g npm@8.5.0
1010

1111
# Install Poetry

0 commit comments

Comments
 (0)