Skip to content

Commit

Permalink
back to alpine add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
hagak committed Feb 1, 2025
1 parent 9f487e2 commit 18599eb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions apps/network-ups-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
FROM ghcr.io/jr0dd/ubuntu-jammy:rolling@sha256:6fa96cfa6bd030baa8c6e0d104e7080312871c2daaec7e2702d1e890915a33b2
FROM docker.io/library/python:3.13.1-alpine

ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

USER root

# hadolint ignore=DL3008,DL3015,SC2086
RUN \
apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends \
nut-server \
net-snmp \
&& apt-get clean \
&& rm -rf \
/tmp/* \
/var/lib/apt/lists/ \
/var/tmp/*
apk add --no-cache \
bash \
nut \
net-snmp-tools

WORKDIR /config

Expand Down

0 comments on commit 18599eb

Please sign in to comment.