Remove unnecessary env variable
This commit is contained in:
parent
16e4423205
commit
938a613afe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN \
|
||||||
build-essential \
|
build-essential \
|
||||||
imagemagick; \
|
imagemagick; \
|
||||||
rm -rf /var/lib/apt/lists; \
|
rm -rf /var/lib/apt/lists; \
|
||||||
export TIV="$(mktemp)"; \
|
TIV="$(mktemp)"; \
|
||||||
git clone https://github.com/stefanhaustein/TerminalImageViewer.git && \
|
git clone https://github.com/stefanhaustein/TerminalImageViewer.git && \
|
||||||
cd TerminalImageViewer/src/main/cpp && \
|
cd TerminalImageViewer/src/main/cpp && \
|
||||||
make && \
|
make && \
|
||||||
|
|
Loading…
Reference in a new issue