Skip to content

Commit

Permalink
support deban 12
Browse files Browse the repository at this point in the history
ref: #96
  • Loading branch information
pyama86 committed Jul 14, 2024
1 parent 7a7db3a commit 2bd7813
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions dockerfiles/Dockerfile.debian-12
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM debian:bookworm
MAINTAINER pyama86 <www.kazu.com@gmail.com>

RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
glibc-source \
gcc \
make \
bzip2 \
unzip \
debhelper \
dh-make \
devscripts \
cdbs \
clang \
git

ENV USER root
RUN mkdir /stns
WORKDIR /stns
2 changes: 1 addition & 1 deletion scripts/pkg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
pids=()
SUPPORTOS="centos7 almalinux9 ubuntu20 ubuntu22 ubuntu24 debian10 debian11"
SUPPORTOS="centos7 almalinux9 ubuntu20 ubuntu22 ubuntu24 debian10 debian11 debian12"
rm -rf builds && mkdir builds
for i in $SUPPORTOS; do
{
Expand Down

0 comments on commit 2bd7813

Please sign in to comment.