summaryrefslogtreecommitdiff
path: root/infra/docker/focal/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'infra/docker/focal/Dockerfile')
-rw-r--r--infra/docker/focal/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/docker/focal/Dockerfile b/infra/docker/focal/Dockerfile
index 6f3cd9b60..1cdeffbb7 100644
--- a/infra/docker/focal/Dockerfile
+++ b/infra/docker/focal/Dockerfile
@@ -46,7 +46,7 @@ RUN echo 'deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubunt
RUN apt-get update && apt-get -qqy install gbs
RUN wget http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_4.2.19_ubuntu-64.zip -O sdb.zip
RUN unzip -d tmp sdb.zip && rm sdb.zip
-RUN cp tmp/data/tools/sdb /usr/bin/. && rm -rf tmp
+RUN cp tmp/data/tools/sdb /usr/bin/. && rm -rf tmp/*
# Clean archives (to reduce image size)
RUN apt-get clean -y