Skip to content

Commit

Permalink
enable sovtoken, sovtokenfees.
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Smith <devinleighsmith@gmail.com>
  • Loading branch information
devinleighsmith committed Apr 29, 2021
1 parent 9f1d91f commit 8d3f8ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions system/docker/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ RUN if [ "$SOVRIN_INSTALL" = "yes" ]; then \
dpkg -i "sovrin_${SOVRIN_VERSION}_amd64.deb"; \
fi

# ARG SOVTOKEN_VERSION
# ARG SOVTOKENFEES_VERSION
# ENV SOVTOKEN_VERSION=${SOVTOKEN_VERSION:-1.0.8~dev153}
# ENV SOVTOKENFEES_VERSION=${SOVTOKENFEES_VERSION:-${SOVTOKEN_VERSION}}
# RUN \
# set -ex; \
# apt-get update && apt-get install -y \
# sovtoken=${SOVTOKEN_VERSION} \
# sovtokenfees=${SOVTOKENFEES_VERSION}; \
# rm -rf /var/lib/apt/lists/*;
ARG SOVTOKEN_VERSION
ARG SOVTOKENFEES_VERSION
ENV SOVTOKEN_VERSION=${SOVTOKEN_VERSION:-1.0.8~dev153}
ENV SOVTOKENFEES_VERSION=${SOVTOKENFEES_VERSION:-${SOVTOKEN_VERSION}}
RUN \
set -ex; \
apt-get update && apt-get install -y \
sovtoken=${SOVTOKEN_VERSION} \
sovtokenfees=${SOVTOKENFEES_VERSION}; \
rm -rf /var/lib/apt/lists/*;

# repo cleanup
RUN sed '/deb https:\/\/repo.sovrin.org\/sdk\/deb xenial ${NODE_REPO_COMPONENT}/d' /etc/apt/sources.list \
Expand Down

0 comments on commit 8d3f8ee

Please sign in to comment.