pup-py commited on
Commit
2441d08
·
1 Parent(s): 73a33eb
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. packages.txt +0 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM alpine:latest
2
 
3
- RUN apk add --no-cache bash
4
 
5
  WORKDIR /code
6
 
 
1
  FROM alpine:latest
2
 
3
+ RUN apk add --no-cache bash curl
4
 
5
  WORKDIR /code
6
 
packages.txt DELETED
@@ -1 +0,0 @@
1
- curl