Skip to content

Commit 8ce7e8b

Browse files
committed
Testing image build process.
1 parent 79cdf72 commit 8ce7e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ install:
4040
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
4141

4242
script:
43-
- pwd && ls -l && docker build --no-cache --force-rm --force-rm -t ${ORACLE_VERSION} .
43+
- pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
4444
- docker image ls
4545
- docker export -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}

0 commit comments

Comments
 (0)