pup-py commited on
Commit
e3830bd
1 Parent(s): 5e5f752

alpine with bash

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. packages.txt +0 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM alpine:latest
2
 
 
 
3
  WORKDIR /code
4
 
5
  COPY . .
 
1
  FROM alpine:latest
2
 
3
+ RUN apk add --no-cache bash
4
+
5
  WORKDIR /code
6
 
7
  COPY . .
packages.txt CHANGED
@@ -1,2 +1 @@
1
- bash
2
  curl
 
 
1
  curl