File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ARG MENDIX_VERSION
3
3
4
4
RUN \
5
5
echo "Installing required packages..." && \
6
- apt-get -qq update && \
7
- apt-get -qq install -y wget libgdiplus openjdk-21-jdk
6
+ apt update -y && apt upgrade -y && \
7
+ apt-get -qq install -y openjdk-21-jdk
8
8
9
9
RUN \
10
10
echo "Downloading mxbuild ${MENDIX_VERSION}..." && \
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ jobs:
156
156
echo "IMAGE_MISSING=$EXIT_CODE" >> $GITHUB_ENV
157
157
- name : " Check out code"
158
158
uses : actions/checkout@v4
159
- if : ${{ env.IMAGE_MISSING != 0 }}
159
+ # if: ${{ env.IMAGE_MISSING != 0 }}
160
160
- name : " Build mxbuild image"
161
- if : ${{ env.IMAGE_MISSING != 0 }}
161
+ # if: ${{ env.IMAGE_MISSING != 0 }}
162
162
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
163
163
with :
164
164
file : ./.github/scripts/mxbuild.Dockerfile
You can’t perform that action at this time.
0 commit comments