2ch commited on
Commit
af8c796
·
verified ·
1 Parent(s): 953c6ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR app
4
 
5
  COPY app ./app
6
 
7
- RUN chmod +x /app/app
8
 
9
  COPY <<-"EOF" /app/resolv.conf
10
  nameserver 1.1.1.1
 
4
 
5
  COPY app ./app
6
 
7
+ RUN chmod +x /app/app && apt-get update && apt-get install -y curl ca-certificates
8
 
9
  COPY <<-"EOF" /app/resolv.conf
10
  nameserver 1.1.1.1