Skip to content

Commit 7ea3b52

Browse files
committed
adding libcap2, gnutls28, react-router upgrades
1 parent 9b2e33f commit 7ea3b52

5 files changed

Lines changed: 15595 additions & 1426 deletions

File tree

client/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ WORKDIR /client
1212
COPY . .
1313

1414
# In case machine is Mac M1 chip
15-
RUN apt-get update
16-
RUN apt-get install python3 -y
17-
RUN apt-get install python3-pip -y
15+
RUN apt-get update && \
16+
apt-get install -y libcap2 python3 python3-pip
1817

1918
RUN yarn install
2019
# comment build out if not going to use preview to save build time

0 commit comments

Comments
 (0)