ソースを参照

Use `sh` instead of `bash` for heredocs

Agus Lopez 1 年間 前
コミット
d51c99e705
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ ARG BASE_IMAGE=library/debian:stable-slim
 
 
 FROM docker.io/${BASE_IMAGE}
 FROM docker.io/${BASE_IMAGE}
 
 
-RUN <<-EOT bash
+RUN <<-EOT sh
 	set -eu
 	set -eu
 
 
 	apt-get update
 	apt-get update