Skip to content

Commit

Permalink
0004944: Docker container not being deployed with latest SymmetricDS
Browse files Browse the repository at this point in the history
artifacts
  • Loading branch information
Philip Marzullo committed Apr 6, 2021
1 parent f7e1328 commit 1dd72cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-assemble/Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache nano
RUN apk add --no-cache vim

# Install SymmetricDS
ADD https://sourceforge.net/projects/symmetricds/files/latest/download /app/symmetric-ds.zip
RUN wget https://sourceforge.net/projects/symmetricds/files/latest/download -P /app -O symmetric-ds.zip
RUN unzip /app/symmetric-ds.zip
RUN rm -f /app/symmetric-ds.zip
RUN mkdir /opt/
Expand Down

0 comments on commit 1dd72cb

Please sign in to comment.