Skip to content

Commit

Permalink
Dockerfile: Replace deprecated MAINTAINER command (Homebrew#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob W. Hogg <[email protected]>
  • Loading branch information
Bob W. Hogg authored and sjackman committed Aug 14, 2017
1 parent d71834b commit 46d9544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:trusty
MAINTAINER Shaun Jackman <[email protected]>
LABEL maintainer="Shaun Jackman <[email protected]>"

RUN apt-get update \
&& apt-get install -y curl file g++ git make ruby2.0 ruby2.0-dev uuid-runtime \
Expand Down

0 comments on commit 46d9544

Please sign in to comment.