-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the ubuntu test image to use latest
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|