|
@@ -26,7 +26,8 @@ RUN apt-get --yes update && apt-get --yes install --no-install-recommends \
|
|
RUN set -x; \
|
|
RUN set -x; \
|
|
tar -C /usr/local -xf /root/waterfox*.tar.bz2 && \
|
|
tar -C /usr/local -xf /root/waterfox*.tar.bz2 && \
|
|
rm -f /root/waterfox*.tar.bz2 && \
|
|
rm -f /root/waterfox*.tar.bz2 && \
|
|
- ln -s /usr/local/waterfox/waterfox /usr/local/bin
|
|
|
|
|
|
+ ln -s /usr/local/waterfox/waterfox /usr/local/bin && \
|
|
|
|
+ ln -s /usr/local/waterfox-classic /usr/local/waterfox
|
|
|
|
|
|
RUN set -x; \
|
|
RUN set -x; \
|
|
mkdir -p /usr/local/java && \
|
|
mkdir -p /usr/local/java && \
|