File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,9 @@ RUN set -eux; \
114114# example configuration
115115RUN set -eux; \
116116 python -c 'import urllib.request; urllib.request.urlretrieve("https://github.com/IdentityPython/SATOSA/archive/refs/tags/v'${SATOSA_VERSION%%[a-z]*}'.tar.gz","/tmp/satosa.tgz")'; \
117- mkdir /tmp/satosa; \
118- tar --extract --directory /tmp/satosa --strip-components=1 --file /tmp/satosa.tgz; \
119- rm /tmp/satosa.tgz; \
120- mkdir -p /usr/share/satosa; \
121- cp -a /tmp/satosa/example /usr/share/satosa; \
122- rm -rf /tmp/satosa
117+ mkdir /usr/share/satosa; \
118+ tar --extract --directory /usr/share/satosa --strip-components=1 --file /tmp/satosa.tgz SATOSA-${SATOSA_VERSION%%[a-z]*}/example/; \
119+ rm /tmp/satosa.tgz
123120
124121WORKDIR /etc/satosa
125122
You can’t perform that action at this time.
0 commit comments