Yaya86 commited on
Commit
c43c171
·
verified ·
1 Parent(s): 7d81bea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM ubuntu:latest
3
 
4
  # Update packages and install curl and gnupg
5
- RUN apt-get update && apt-get install -y
6
  curl \
7
  gnupg
8
 
 
2
  FROM ubuntu:latest
3
 
4
  # Update packages and install curl and gnupg
5
+ RUN apt-get update && apt-get install -y \
6
  curl \
7
  gnupg
8