aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun He <jun.he@arm.com>2017-07-13 05:27:19 +0000
committerKonstantin Boudnik <konstantin_boudnik@epam.com>2017-07-19 13:23:46 -0700
commit3bdfb7d3a8cb2aaa8b7e3aa06f71b13c02fa68fd (patch)
tree6197e8dfd8d711335a9e96d067274ae3a0701e73
parent047dd8d8e3878a273fe6c15143614e3e39c56ac3 (diff)
BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build failure
Signed-off-by: Konstantin Boudnik <cos@apache.org>
-rw-r--r--docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
index 336b7cba..f3b30a82 100644
--- a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
@@ -12,12 +12,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM aarch64/ubuntu:16.04
+FROM bigtop/puppet:ubuntu-16.04-aarch64
MAINTAINER Roman Shaposhnik <rvs@apache.org>
COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
-RUN /etc/puppet/modules/bigtop_toolchain/bin/puppetize.sh
-RUN puppet apply -e "include bigtop_toolchain::installer"
+RUN apt-get clean && apt-get update && puppet apply -e "include bigtop_toolchain::installer"
COPY . /tmp/bigtop
RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop