We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cdf72 commit 8ce7e8bCopy full SHA for 8ce7e8b
.travis.yml
@@ -40,6 +40,6 @@ install:
40
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
41
42
script:
43
- - pwd && ls -l && docker build --no-cache --force-rm --force-rm -t ${ORACLE_VERSION} .
+ - pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
44
- docker image ls
45
- docker export -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
0 commit comments