Skip to content

Commit

Permalink
Update Dockerfile_medley with new deb file naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Sep 18, 2023
1 parent b0cf02d commit 2620c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile_medley
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN apt-get update \
echo "x86_64"; \
fi \
) \
&& deb="medley-full-${MEDLEY_RELEASE#medley-}" \
&& deb=${deb}_${MAIKO_RELEASE#maiko-}-linux-${p}.deb \
&& deb="medley-full-linux-${p}-${MEDLEY_RELEASE#medley-}" \
&& deb=${deb}_${MAIKO_RELEASE#maiko-}.deb \
&& apt-get install -y /tmp/${deb} \
&& chown --recursive root:root /usr/local/interlisp \
&& (if [ -n "$(which unminimize)" ]; then (yes | unminimize); fi)
Expand Down

0 comments on commit 2620c91

Please sign in to comment.