We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, thanks for this Dockerfile, it saved me quite some time. 👍
I just used your ffmpeg integration for a base Java image elderbyte/docker-alpine-jdk8-ffmpeg
I have observed that the WORKDIR seems to get inherited by other Dockerfiles, thus I would reset it to the default location by appending...
WORKDIR /
... at the end of your Dockerfile. Otherwise, it may break client Dockerfiles who depend on the standard WORKDIR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, thanks for this Dockerfile, it saved me quite some time. 👍
I just used your ffmpeg integration for a base Java image elderbyte/docker-alpine-jdk8-ffmpeg
I have observed that the WORKDIR seems to get inherited by other Dockerfiles, thus I would reset it to the default location by appending...
WORKDIR /
... at the end of your Dockerfile. Otherwise, it may break client Dockerfiles who depend on the standard WORKDIR.
The text was updated successfully, but these errors were encountered: