Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Jan 8, 2025
1 parent 8d1563e commit 2098f0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY clean-layer.sh /usr/bin/clean-layer.sh
RUN apt-get update --yes \
&& apt-get install --yes language-pack-fr \
&& apt-get upgrade --yes libwebp7 \
&& apt-get clean && \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/bin/clean-layer.sh

Expand All @@ -35,6 +36,8 @@ RUN mamba install --quiet \
# Add helpers for shell initialization
COPY shell_helpers.sh /tmp/shell_helpers.sh

RUN apt-get update && apt-cache search tmux && apt-cache search zip && apt-cache search tree

# Dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 2098f0d

Please sign in to comment.