Fix: assumed shell expansion worked here

This commit is contained in:
S. David 2021-02-24 19:05:07 -05:00
parent 95cbd6f9c2
commit 0c5e91b11e

View File

@ -17,7 +17,7 @@ WORKDIR /home/developer
USER developer
RUN ccache -o cache_dir=/var/run/ccache/ && ccache -o max_size=1.0G &&\
mkdir -pv ~/{Developer,Downloads}
mkdir -pv ~/Developer ~/Downloads
RUN cd ~/Downloads && axel -a -n 3 \
"http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.4.tar.gz" &&\