Fix build problems
This commit is contained in:
@@ -87,12 +87,10 @@ find /opt/mqm -name '*.tar.gz' -delete
|
|||||||
rm -f /etc/apt/sources.list.d/IBM_MQ.list
|
rm -f /etc/apt/sources.list.d/IBM_MQ.list
|
||||||
rm -rf ${DIR_EXTRACT}
|
rm -rf ${DIR_EXTRACT}
|
||||||
|
|
||||||
# Apply any bug fixes not included in base Ubuntu or MQ image.
|
#### Apply any bug fixes not included in base Ubuntu or MQ image.
|
||||||
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
|
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
|
||||||
apt-get upgrade -y libkrb5-26-heimdal
|
apt-get upgrade -y libdb5.3
|
||||||
apt-get upgrade -y libexpat1
|
#### End of bug fixes
|
||||||
|
|
||||||
# End of bug fixes
|
|
||||||
|
|
||||||
# Clean up cached apt files
|
# Clean up cached apt files
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import (
|
|||||||
"github.com/docker/docker/api/types/network"
|
"github.com/docker/docker/api/types/network"
|
||||||
"github.com/docker/docker/api/types/volume"
|
"github.com/docker/docker/api/types/volume"
|
||||||
"github.com/docker/docker/client"
|
"github.com/docker/docker/client"
|
||||||
"github.com/moby/moby/pkg/stdcopy"
|
"github.com/docker/docker/pkg/stdcopy"
|
||||||
)
|
)
|
||||||
|
|
||||||
func imageName() string {
|
func imageName() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user