Skip to content

Commit

Permalink
WoozyMasta#18, WoozyMasta#20 Update Archi to 5.2.0, add UTF-8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Alexeev committed Dec 18, 2023
1 parent 60979e3 commit b4642fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN set -eux; \
apt-get update; \
apt-get install -y \
ca-certificates \
language-pack-en-base \
libgtk2.0-cil \
libswt-gtk-4-jni \
dbus-x11 \
Expand All @@ -30,7 +31,7 @@ ARG ARCHI_VERSION=5.0.2
# Download & extract Archimate tool
RUN set -eux; \
curl -#Lo archi.tgz \
"https://www.archimatetool.com/downloads/archi.php?/$ARCHI_VERSION/Archi-Linux64-$ARCHI_VERSION.tgz"; \
"https://www.archimatetool.com/downloads/archi-5.php?/$ARCHI_VERSION/Archi-Linux64-$ARCHI_VERSION.tgz"; \
tar zxf archi.tgz -C /opt/; \
rm archi.tgz; \
chmod +x /opt/Archi/Archi; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rootless
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCHIMATE_CI_IMAGE=ghcr.io/woozymasta/archimate-ci-image
ARG ARCHIMATE_CI_VERSION=5.0.2-1.0.4
ARG ARCHIMATE_CI_VERSION=5.2.0

FROM $ARCHIMATE_CI_IMAGE:$ARCHIMATE_CI_VERSION AS base

Expand Down

0 comments on commit b4642fc

Please sign in to comment.