mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
Fix incorrect closing of ENV in Dockerfile
This commit is contained in:
parent
676b49e13e
commit
0448266fd2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM ${BUILD_FROM}
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ENV \
|
ENV \
|
||||||
PATH="/usr/local/bin:$PATH" \
|
PATH="/usr/local/bin:$PATH" \
|
||||||
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847" \
|
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847"
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue