Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 34839c4

Browse files
author
Jarret Lavallee
committed
Fix travis permission failure building the container
Prior to this commit there was a permission issue with the container build. This commit adds the user definition to the Dockerfile.
1 parent dcdd392 commit 34839c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: required
21
language: ruby
32

43
env:

grafana-puppetserver/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM grafana/grafana
22
MAINTAINER Reid Vandewiele <reid@puppet.com>
3+
USER root
34

45
COPY build/* /grafana-puppet/
56
RUN apt-get update && \

0 commit comments

Comments
 (0)