Skip to content
Snippets Groups Projects
Commit a9e3cbd9 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: add gettext

parent eefabdce
No related branches found
No related tags found
1 merge request!5fix: add gettext
Pipeline #105046 failed
...@@ -9,24 +9,25 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \ ...@@ -9,24 +9,25 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
apt-transport-https \ apt-transport-https \
binfmt-support \
build-essential \
ca-certificates \ ca-certificates \
cryptsetup \
curl \ curl \
lxc \ gettext \
git \
iptables \ iptables \
make \
build-essential \
libssl-dev \
uuid-dev \
libgpgme11-dev \ libgpgme11-dev \
squashfs-tools \
libseccomp-dev \ libseccomp-dev \
wget \ libssl-dev \
lxc \
make \
pkg-config \ pkg-config \
git \
cryptsetup \
qemu \ qemu \
binfmt-support \ qemu-user-static \
qemu-user-static uuid-dev \
squashfs-tools \
wget
RUN cd /tmp \ RUN cd /tmp \
&& export VERSION=1.15.6 OS=linux ARCH=amd64 && \ && export VERSION=1.15.6 OS=linux ARCH=amd64 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment