Skip to content

Commit

Permalink
Make workflows target docker hub by organization/account.
Browse files Browse the repository at this point in the history
IT-4071 #comment Make workflows target docker hub by organization/account.
  • Loading branch information
G. Richard Bellamy committed Feb 11, 2020
1 parent 95be9f0 commit 6ccebdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ RUN apt-get update && \
liblttng-ust0 \
libcurl4-openssl-dev \
inetutils-ping \
maven \
# https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589
&& [[ $(lsb_release -cs) == "bionic" ]] && ( apt-get install -y nodejs && curl -L https://www.npmjs.com/install.sh | sh ) || ( apt-get install -y npm ) \
&& rm -rf /var/lib/apt/lists/* \
&& c_rehash \
&& cd /tmp \
Expand Down

0 comments on commit 6ccebdc

Please sign in to comment.