X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker-build%2Fswift%2FDockerfile;h=25fa9ad095abb4def66d80d655da6b8d9197fc64;hb=refs%2Fchanges%2F82%2F1682%2F4;hp=2ff94a9f2f9a4c33ff5a179cb8d60271fbca09eb;hpb=64dcf23bbba9f2883f68d2a81d3942a79ed1b6ee;p=ta%2Fcaas-registry.git diff --git a/docker-build/swift/Dockerfile b/docker-build/swift/Dockerfile index 2ff94a9..25fa9ad 100644 --- a/docker-build/swift/Dockerfile +++ b/docker-build/swift/Dockerfile @@ -12,7 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM centos:7.6.1810 +FROM scratch +ADD centos-7-docker.tar.xz / +CMD ["/bin/bash"] MAINTAINER Balint Varga ARG SWIFT