Skip to content

Commit

Permalink
[Docker] DEBIAN_FRONTEND を ENV から ARG に移動
Browse files Browse the repository at this point in the history
  • Loading branch information
coop-mojo committed Sep 3, 2017
1 parent 8426e1f commit e5854a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ubuntu:latest
LABEL maintainer="Mojo"

ENV DEBIAN_FRONTEND=noninteractive \
LANG=ja_JP.UTF-8 \
ARG DEBIAN_FRONTEND=noninteractive

ENV LANG=ja_JP.UTF-8 \
PORT=8080

RUN apt-get update && apt-get install --no-install-suggests --no-install-recommends -y \
Expand Down

0 comments on commit e5854a9

Please sign in to comment.