dondongwonlee commited on
Commit
d7d9f4d
1 Parent(s): 12c6367

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -87,7 +87,7 @@ RUN curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \
87
  gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg \
88
  --dearmor
89
 
90
- RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
91
 
92
  RUN apt-get update
93
  RUN apt-get install libssl1.1
 
87
  gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg \
88
  --dearmor
89
 
90
+ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee /etc/apt/sources.list.d/focal-security.list
91
 
92
  RUN apt-get update
93
  RUN apt-get install libssl1.1