Skip to content

Commit 09b68dc

Browse files
committed
Fixed typo in that breaks docker build
1 parent 8c97c2a commit 09b68dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
2323
VOLUME ["/data"]
2424

2525
# Add nodejs repository and install required packages
26-
RUN apt-get -y curl
26+
RUN apt-get -y install curl
2727
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
2828

2929
# Install system dependencies

0 commit comments

Comments
 (0)