Skip to content

Commit

Permalink
Merge pull request #15 from lmbelo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
checkdigits authored Oct 22, 2024
2 parents 2562688 + dbd973b commit e3a6407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6

#====GET ZIP FILES====
ADD https://altd.embarcadero.com/getit/public/libraries/RADServer/RADServerLinux-20240402.zip ./radserver.zip
ADD https://altd.embarcadero.com/releases/studio/23.0/122/LinuxPAServer23.0.tar.gz ./paserver.tar.gz
ADD https://altd.embarcadero.com/releases/studio/23.0/122/1221/LinuxPAServer23.0.tar.gz ./paserver.tar.gz

RUN unzip radserver.zip
RUN tar xvzf paserver.tar.gz
Expand Down

0 comments on commit e3a6407

Please sign in to comment.