Skip to content

Commit

Permalink
libc debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyMatt committed Jul 21, 2024
1 parent e2db706 commit 66c6323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS base

RUN apt update && apt install -y \
automake build-essential cmake curl git gnupg \
lcov libssl-dev libtool lsb-release m4 openssl \
lcov libc6-dbg libssl-dev libtool lsb-release m4 openssl \
peg python3 python3-pip python3-venv \
software-properties-common wget

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM phusion/baseimage:jammy-1.0.4 AS base

RUN apt update -y && apt install -y \
automake build-essential cmake curl docker-buildx \
docker-compose-v2 git gnupg lcov libssl-dev libtool \
lsb-release m4 openssl peg pkgconf python3 python3-pip \
python3-venv software-properties-common wget
docker-compose-v2 git gnupg lcov libc6-dbg libssl-dev \
libtool lsb-release m4 openssl peg pkgconf python3 \
python3-pip python3-venv software-properties-common wget

RUN apt upgrade -y

Expand Down

0 comments on commit 66c6323

Please sign in to comment.