Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit bc4dc54

Browse files
committed
Remove command from Docker file, since this is a template image.
1 parent f7942dc commit bc4dc54

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ RUN apk update && apk-install make gcc g++ python linux-headers paxctl libgcc li
2121
/usr/share/man /tmp/* /var/cache/apk/* /root/.npm \
2222
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html && \
2323
echo -ne "- with Node.js `node --version`\n" >> /root/.built
24-
25-
CMD [ "bash" ]

consul/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ RUN curl -Ls https://github.com/just-containers/s6-overlay/releases/download/v${
1616
ADD etc /etc
1717

1818
ENTRYPOINT ["/init"]
19-
CMD [ "bash" ]

0 commit comments

Comments
 (0)