Browse Source

Add curl to Dockerfile image

pull/2893/head
Thomas Dietrich 2 years ago
committed by Thomas Kaul
parent
commit
1ef31e48fc
  1. 1
      Dockerfile

1
Dockerfile

@ -18,6 +18,7 @@ RUN apt update && apt install -y \
make \
openssl \
python3 \
curl \
&& rm -rf /var/lib/apt/lists/*
RUN yarn install

Loading…
Cancel
Save