wIK5Ez2o commited on
Commit
a79f12c
·
verified ·
1 Parent(s): 2c0ed2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN make
12
  FROM ubuntu:latest
13
 
14
  RUN apt update \
15
- && apt-get install -y curl unzip wget gnupg2
16
 
17
  WORKDIR /app
18
  COPY --from=builder /app/bin/linux/server ./server
 
12
  FROM ubuntu:latest
13
 
14
  RUN apt update \
15
+ && apt-get install -y curl unzip wget gnupg2 tree
16
 
17
  WORKDIR /app
18
  COPY --from=builder /app/bin/linux/server ./server