Skip to content

Commit fe89af0

Browse files
committed
install just
1 parent dcea777 commit fe89af0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ RUN apt-get install -y --no-install-recommends \
1919
unzip \
2020
pkg-config \
2121
apt-transport-https \
22-
ca-certificates && \
23-
rm -rf /var/lib/apt/lists/*
22+
ca-certificates \
23+
just \
24+
&& rm -rf /var/lib/apt/lists/*
2425

2526
# Copy the start script and make it executable
2627
COPY start.sh /start.sh

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
IMAGE_NAME:="ghcr.io/rustunit/github-runner"
3-
IMAGE_TAG:="0.1.0"
3+
IMAGE_TAG:="0.1.1"
44

55
build:
66
docker build -t {{IMAGE_NAME}}:latest .

0 commit comments

Comments
 (0)