Skip to content

Commit

Permalink
🐳 unko.towerのテストが失敗するのを修正 #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Sep 22, 2019
1 parent 7717937 commit 67e4e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/super_unko/Dockerfile
Expand Up @@ -12,6 +12,7 @@ RUN echo -e $'\n\
  (💩💩💩👃💩💩💩)\n\
 (💩💩💩💩👄💩💩💩💩)'

ENV LANG ja_JP.UTF-8
RUN apt update -yqq \
&& apt install -y --no-install-recommends \
toilet \
Expand All @@ -22,7 +23,6 @@ RUN apt update -yqq \
ca-certificates \
locales \
&& locale-gen ja_JP.UTF-8 \
&& echo "export LANG=ja_JP.UTF-8" >> ~/.bashrc \
&& rm -rf /var/lib/apt/lists/*
COPY . /usr/local/src/super_unko
WORKDIR /usr/local/src/super_unko
Expand Down

0 comments on commit 67e4e65

Please sign in to comment.