limarka 19.5.pre.259 → 19.5.pre.260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/containers/Dockerfile-ruby-tinytex.production +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bedb3349b18304de45df991dcc81f2ea67b7ff8846d1516c5362164a7322d6ea
|
|
4
|
+
data.tar.gz: aec634cb6c4f801ef1582f7038853cad771343ce000132e0cef8369edd5bb599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36230f66975a4b4ba17fa9f7ac13410f5de452de8c283020244475057b3fd2beb0cc1fcd39921c69bd7ebf4381a2ee2a16ecfb5eb0f7d1b14b6c28916055004a
|
|
7
|
+
data.tar.gz: ab1aa41eb467a6567c12ac60522f4fe78125f82294ea719a1ffa689ab5b6afafc81074a13a1fd1a378ac205a1e7ba124a2b72f8277f28a45e9723ed94040da6f
|
|
@@ -30,6 +30,11 @@ RUN wget https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-am
|
|
|
30
30
|
&& dpkg -i pandoc-*.deb \
|
|
31
31
|
&& rm pandoc-*.deb
|
|
32
32
|
|
|
33
|
+
# Configurando o idioma português #175: https://hub.docker.com/_/debian/#locales
|
|
34
|
+
RUN rm -rf /var/lib/apt/lists/* \
|
|
35
|
+
&& localedef -i pt_BR -c -f UTF-8 -A /usr/share/locale/locale.alias pt_BR.UTF-8
|
|
36
|
+
ENV LANG pt_BR.UTF8
|
|
37
|
+
|
|
33
38
|
VOLUME ["/trabalho"]
|
|
34
39
|
WORKDIR /trabalho
|
|
35
40
|
|