Skip to content

Commit a018154

Browse files
committed
Updating the docker file with bash as the entrypoint
1 parent ece4f63 commit a018154

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
FROM python:3.8-slim
2-
RUN apt-get update && apt-get install -y --no-install-recommends r-base r-base-dev
2+
RUN apt-get update && apt-get install -y --no-install-recommends r-base r-base-dev && rm -rf /var/lib/apt/lists/*
3+
CMD ["/bin/bash"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ A thin docker image having installation of `Python` and `R`. Can be used for dat
55
## Usage Instructions
66

77
```bash
8-
docker pull docker.pkg.github.com/dipayan90/docker-python-r:latest
8+
docker run -it docker.pkg.github.com/dipayan90/docker-python-r/base:latest
99
```

0 commit comments

Comments
 (0)