mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #697] Fix Dockerfile to allow build #968
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @at-platform24 on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/697
Pre-submission checks
Bug Description
Current build fails on Debian bookworm
works with following changes.
Docker version is as follows
Steps to Reproduce
DOCKER_BUILDKIT=1 docker build .command fails with errors.
Expected Behavior
Build should succeed and a docker image should be produced.
Operating System
Debian 12, bookworm
asciinema CLI Version
3.0.0
Installation Method
Built from source
Terminal Information
using docker build from Dockerfile in GNU bash, version 5.2.15(1)-release.
Additional Context
No response
@ku1ik commented on GitHub (Oct 24, 2025):
Thanks for reporting!