Skip to content

Commit

Permalink
Update the ubuntu test image to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Apr 22, 2019
1 parent 36dafcb commit dde1f38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/test-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM ubuntu:xenial
FROM ubuntu:latest
MAINTAINER Justin Ross <[email protected]>

RUN apt-get -qq update && apt-get -qq dist-upgrade
Expand All @@ -30,11 +30,9 @@ RUN apt-get -qq update \
python3 python-numpy python3-numpy unzip xz-utils

RUN apt-get -qq install libqpidmessaging-dev libqpidtypes-dev libqpidcommon-dev \
libqpid-proton-cpp11-dev python-qpid python-qpid-messaging python3-qpid-proton \
libqpid-proton-cpp12-dev python-qpid python-qpid-messaging python3-qpid-proton \
libsasl2-2 libsasl2-dev libsasl2-modules sasl2-bin

RUN cd /usr/bin && ln -s nodejs node

COPY . /root/quiver

ARG CACHE_BUST=1
Expand Down

0 comments on commit dde1f38

Please sign in to comment.