Closed yutaro-sakamoto closed 2 weeks ago
This pull request includes updates to the Dockerfile to install libtool and gettext-devel in a dev container. Additionally, I executed autoreconf in order to refresh build scripts in a dev container. This pull request resolve an issue raised in https://github.com/opensourcecobol/opensourcecobol4j/issues/526#issuecomment-2441013600.
Dockerfile
autoreconf
.devcontainer/Dockerfile
libtool
gettext-devel
[.devcontainer/DockerfileL12-R12](diffhunk://#diff-13bd9d7a30bf46656bc81f1ad5b908a627f9247be3f7d76df862b0578b534fc6L12-R12)
This pull request includes updates to the
Dockerfile
to install libtool and gettext-devel in a dev container. Additionally, I executedautoreconf
in order to refresh build scripts in a dev container. This pull request resolve an issue raised in https://github.com/opensourcecobol/opensourcecobol4j/issues/526#issuecomment-2441013600.Dependency and Build Configuration Updates:
.devcontainer/Dockerfile
: Addedlibtool
andgettext-devel
to the list of installed packages. ([.devcontainer/DockerfileL12-R12](diffhunk://#diff-13bd9d7a30bf46656bc81f1ad5b908a627f9247be3f7d76df862b0578b534fc6L12-R12)
)