Skip to content

Commit 707e240

Browse files
authored
Update .gitpod.dockerfile
1 parent c5a4f7f commit 707e240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .gitpod.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN echo "deb http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiver
1010
RUN apt-get update -y
1111
RUN touch /etc/init.d/mongod
1212
RUN apt-get -y install mongodb-org mongodb-org-server -y
13+
RUN apt-get update -y
14+
RUN apt-get -y install links
1315

1416
USER gitpod
1517
# Local environment variables

0 commit comments

Comments
 (0)