Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
updated Docker configuration file
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 4d0122976c0ab627cd34b721357f3be238b64e1ab4681a770a2e2fa760f1fb99
  • Loading branch information
thindil@laeran.pl committed Aug 31, 2020
1 parent 717c686 commit 5eb120f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
tcl-dev \
tk-dev \
wget \
&& wget https://github.com/thindil/tashy/archive/8.6.7.tar.gz \
&& tar -xzf 8.6.7.tar.gz \
&& cd /tashy-8.6.7 \
&& wget https://github.com/thindil/tashy/archive/8.6.8.tar.gz \
&& tar -xzf 8.6.8.tar.gz \
&& cd /tashy-8.6.8 \
&& tclsh scripts/setup.tcl --nogui \
&& gprbuild -P tashy.gpr \
&& gprinstall -P tashy.gpr -p -XLIBRARY_TYPE=static --build-var=LIBRARY_TYPE --build-name=static \
Expand Down

0 comments on commit 5eb120f

Please sign in to comment.