Skip to content
New issue

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

error building redis 8.0m01 on alpine #416

Open
cyrax13 opened this issue Sep 21, 2024 · 0 comments
Open

error building redis 8.0m01 on alpine #416

cyrax13 opened this issue Sep 21, 2024 · 0 comments

Comments

@cyrax13
Copy link

cyrax13 commented Sep 21, 2024

Hello there)

My local dev environment is:

  • OS Ubuntu 24.04.1 LTS
  • Docker 27.3

I am build Redis 8.0m01 docker image as usual:
docker build -f Dockerfile -t redis:8.0m01-alpine .

Got error:

25.94 + rm -f /tmp/tmp.iePIcl /usr/local/bin/gosu.asc
25.94 rm: '/tmp/tmp.iePIcl' is a directory

redis80_build.log

So the problem string number 20 in Dockerfile:
rm -f "$GNUPGHOME" /usr/local/bin/gosu.asc; \

Dockerfile for Debian did not have this problen, only Alpine image.
Commit with this error 8f1a23f

To fix this error:
rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; \

Can you fix it? Thank you in advance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant