Skip to content

Commit

Permalink
Update Dockerfile_trixie
Browse files Browse the repository at this point in the history
Use the same debian image in both stages
  • Loading branch information
mmd-osm committed May 10, 2024
1 parent 298d6e0 commit 3b6c868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker_trixie.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build on Debian Trixie

on: [push, pull_request]
on: []

jobs:
build:
if: ${{ false }}
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile_trixie
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir build && cd build && \
strip openstreetmap-cgimap && \
cp openstreetmap-cgimap ../

FROM debian:trixie
FROM debian:trixie-slim

RUN apt-get update -qq && \
apt-get install -y \
Expand Down

0 comments on commit 3b6c868

Please sign in to comment.