Skip to content

Commit 81bb085

Browse files
author
Sean Sundberg
committed
Changes entrypoint to sh instead of bash
1 parent 102f8df commit 81bb085

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ RUN wget -q -O ./yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/rel
9090
chmod +x ./yq && \
9191
sudo mv ./yq /usr/bin/yq
9292

93-
ENTRYPOINT ["/bin/bash", "--init-file", "/home/devops/.bashrc-ni"]
93+
ENTRYPOINT ["/bin/sh"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-tools",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"org": "ibmgaragecloud",
55
"branch": "lite",
66
"description": "This repository contains a docker image to help setup an IBM Cloud Public development environment.",

0 commit comments

Comments
 (0)