Skip to content
Snippets Groups Projects
Unverified Commit f39722db authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

utils: Unify with other docker images

parent 1599cd89
No related branches found
No related tags found
Loading
FROM debian:bookworm-slim
RUN apt-get -y update && \
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y gettext-base curl && \
apt clean
apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment