فهرست منبع

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}
 
-RUN <<-EOT bash
+RUN <<-EOT sh
 	set -eu
 
 	apt-get update