Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
remove superfluous backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein committed Jun 29, 2022
1 parent 4065aa1 commit 9c6ce68
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 @@ -12,7 +12,7 @@ RUN apt-get update \
RUN curl -sSL https://get.haskellstack.org/ | sh

RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists/*

COPY stack-config/config.yaml $STACK_ROOT/config.yaml
COPY stack-config/global-project/stack.yaml $STACK_ROOT/global-project/stack.yaml
Expand Down

0 comments on commit 9c6ce68

Please sign in to comment.