Skip to content

Commit e144623

Browse files
committed
chore(dockerfile): use wakemeops/minideb:bullseye as base image
1 parent cda2362 commit e144623

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ __pycache__/
33
.git
44
output
55
build
6+
.ruff_cache
7+
.pytest_cache
8+
.mypy_cache

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Small image suitable for ops2deb generate/update but not for building packages
2-
FROM bitnami/minideb:bullseye AS slim
3-
ENV LC_ALL=C.UTF-8 \
4-
LANG=C.UTF-8
5-
RUN install_packages unzip tar
2+
FROM wakemeops/minideb:bullseye AS slim
63
ARG OPS2DEB_PATH="dist/ops2deb"
74
COPY ${OPS2DEB_PATH} /usr/local/bin/ops2deb
85
ENTRYPOINT ["ops2deb"]

0 commit comments

Comments
 (0)