Skip to content

Commit

Permalink
chore: Remove dev dependencies
Browse files Browse the repository at this point in the history
Curl and openssl are not needed for the final image.
  • Loading branch information
MichaelsJP committed Mar 13, 2024
1 parent bd19375 commit 31388a8
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 @@ ARG ORS_HOME=/home/ors
ENV LANG='en_US' LANGUAGE='en_US' LC_ALL='en_US'

# Setup the target system with the right user and folders.
RUN apk update && apk add --no-cache bash openssl yq jq curl && \
RUN apk update && apk add --no-cache bash yq jq && \
addgroup ors -g ${GID} && \
mkdir -p ${ORS_HOME}/logs ${ORS_HOME}/files ${ORS_HOME}/graphs ${ORS_HOME}/elevation_cache && \
adduser -D -h ${ORS_HOME} -u ${UID} --system -G ors ors && \
Expand Down

0 comments on commit 31388a8

Please sign in to comment.