diff --git a/1.3.4-127a/Dockerfile b/1.3.4-127a/Dockerfile index 2b308a3..48daaf5 100644 --- a/1.3.4-127a/Dockerfile +++ b/1.3.4-127a/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 MAINTAINER OMSContainers@microsoft.com LABEL vendor=Microsoft\ Corp \ com.microsoft.product="OMS Container Docker Provider" \ -com.microsoft.version="1.0.0-24" +com.microsoft.version="1.0.0-25" ENV tmpdir /opt RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes sysv-rc net-tools rsyslog cron vim && rm -rf /var/lib/apt/lists/* COPY setup.sh main.sh $tmpdir/