Files
amq-adapter-python/.devcontainer/Dockerfile
T
hurui200320 887f02fc5d
Unit test coverage / pytest (push) Failing after 2m5s
/ build-and-push (push) Successful in 2m26s
Unit test coverage / pytest (pull_request) Failing after 1m58s
feat: Add dev container
ISSUE CLOSED: clevermicro/amq-adapter-python#69
2025-08-14 20:56:47 +08:00

8 lines
316 B
Docker

# Note: You can use any Debian/Ubuntu based image you want.
FROM mcr.microsoft.com/devcontainers/base:bullseye
# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
bash curl jq